diff options
Diffstat (limited to 'src')
-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 ea4bd082..7a79550d 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -981,6 +981,7 @@ class PrivateTab(ChatTab): # keys self.key_func['^I'] = self.completion # commands + #self.commands['info'] = (self.command_info, _('Usage: /info\nInfo: Display some information about the user in the MUC: '), None) self.commands['unquery'] = (self.command_unquery, _("Usage: /unquery\nUnquery: close the tab"), None) self.commands['part'] = (self.command_unquery, _("Usage: /part\Part: close the tab"), None) self.resize() |