From e016305c2bea51c9bd2ccc8d2571f7fcea672079 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 11 Jan 2011 19:56:40 +0100 Subject: And fix the on_enter again (for commands) --- src/tabs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index 0a16b71a..f1efdc72 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -246,9 +246,7 @@ class ChatTab(Tab): def on_enter(self): txt = self.input.key_enter() - if not Tab.on_enter(self): - if txt.startswith('//'): - txt = txt[1:] + if not Tab.on_enter(self, txt): self.command_say(txt) def command_say(self, line): -- cgit v1.2.3