This commit is contained in:
mathieui 2011-05-13 20:24:10 +02:00
parent 03a691c4d1
commit 007170e39e

View file

@ -282,6 +282,7 @@ class ChatTab(Tab):
def on_enter(self):
txt = self.input.key_enter()
if txt:
clean_text = xhtml.clean_text(txt)
if not self.execute_command(clean_text):
if txt.startswith('//'):