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 d6b4d6d9..9c135c87 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -278,6 +278,7 @@ class InfoTab(ChatTab): self.input.refresh() def on_enter(self): + # TODO duplicate txt = self.input.get_text() if txt.startswith('/') and not txt.startswith('//') and\ not txt.startswith('/me '): |