This commit is contained in:
Tony Garnock-Jones 2017-01-23 17:38:38 -05:00
parent 36459c5942
commit 25729454a6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
(on-start (send! (tcp-out id (~a user " arrived"))))
(on-stop (send! (tcp-out id (~a user " left")))))
(on (message (speak $user $text))
(send! (tcp-out id (~a user " says " text))))
(send! (tcp-out id (~a user " says '" text "'"))))
(on (message (tcp-in id $line))
(send! (speak me line)))))