diff options
| author | troido <troido@hotmail.com> | 2018-01-03 20:27:32 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-03 20:27:32 +0100 |
| commit | 4c843c9289f7c2fbc24d90933e5943c29a57baad (patch) | |
| tree | c0788d0a05308b00ffd8b52d5746ed0f2dd6841f /asciifarm/client/inputhandling.hy | |
| parent | 9f9d3634498afaebe1a4e51209f29ef5ba679211 (diff) | |
actually made global chat default
Diffstat (limited to 'asciifarm/client/inputhandling.hy')
| -rw-r--r-- | asciifarm/client/inputhandling.hy | 2 |
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")) "")) |
