From 0866c9eb944518842b8d24c3985aedb5d0581c64 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 1 Aug 2011 00:44:32 +0200 Subject: =?UTF-8?q?Deactivate=20the=20/info=20command=20for=20private=20ro?= =?UTF-8?q?oms=20until=20it=E2=80=99s=20finished?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tabs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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() -- cgit v1.2.3