summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py
index c7ba1b50..2d071973 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -248,6 +248,8 @@ class ChatTab(Tab):
def on_enter(self):
txt = self.input.key_enter()
if not self.execute_command(txt):
+ if txt.startswith('//'):
+ txt = txt[1:]
self.command_say(txt)
def command_say(self, line):