Index: hook-examples/greet.sh
===================================================================
--- hook-examples/greet.sh	(revision 67)
+++ hook-examples/greet.sh	(revision 235)
@@ -2,3 +2,3 @@
 . /usr/local/lib/7dtd/common.sh
 
-telnetCommand $1 "say Hello $4."
+telnetCommand $1 "say Hello $3."
Index: hook-examples/greet_sayplayer.sh
===================================================================
--- hook-examples/greet_sayplayer.sh	(revision 235)
+++ hook-examples/greet_sayplayer.sh	(revision 235)
@@ -0,0 +1,4 @@
+#!/bin/bash
+. /usr/local/lib/7dtd/common.sh
+
+telnetCommand $1 "sayplayer $4 Hello $3."
