diff options
| author | troido <troido@hotmail.com> | 2018-04-18 23:59:40 +0200 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-04-18 23:59:40 +0200 |
| commit | 1bf981b4836dc7d48535fcfcdf0d1a4e6d8ffb84 (patch) | |
| tree | cc52a29decf1721002aa27c4b9d144ab40a0b7a0 /asciifarm/client/commandhandler.py | |
| parent | 757ad925b47d24b1d0714671b8f04147a5748480 (diff) | |
client can now read strings from chat input
Diffstat (limited to 'asciifarm/client/commandhandler.py')
| -rw-r--r-- | asciifarm/client/commandhandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/commandhandler.py b/asciifarm/client/commandhandler.py index 7eefe5b..ebb773e 100644 --- a/asciifarm/client/commandhandler.py +++ b/asciifarm/client/commandhandler.py @@ -62,7 +62,7 @@ class CommandHandler: self.execute(action) def runInput(self): - self.client.inputHandler.typing = True + self.client.inputHandler.startTyping() def select(self, widget, value, relative=False, modular=False): self.client.display.getWidget(widget).select(value, relative, modular) |
