diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py index bc656cdd..a349da0b 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -298,6 +298,7 @@ class ChatTab(Tab): if not self.execute_command(clean_text): if txt.startswith('//'): txt = txt[1:] + self.core.run_event('enter', line=txt) self.command_say(txt) self.cancel_paused_delay() |