summaryrefslogtreecommitdiff
path: root/asciifarm/client
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/client')
-rw-r--r--asciifarm/client/inputhandling.hy2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/inputhandling.hy b/asciifarm/client/inputhandling.hy
index 0f22d68..ab51037 100644
--- a/asciifarm/client/inputhandling.hy
+++ b/asciifarm/client/inputhandling.hy
@@ -45,7 +45,7 @@
(if (= (first msg) "/")
(send ["chat" msg])
(self.runCommand msg)))
- (inp ["say" message]))))
+ (send ["chat" message]))))
(defn getDocs [self]
(if (in "help" self.commands) ((get self.commands "help")) ""))