diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-02-02 01:39:05 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-02-02 01:39:05 +0100 |
commit | b737c09c4e1fc7be23f90edc273d083c9167d01c (patch) | |
tree | 8ac84c7cb2d1bb5fb485d31a476d4fe2850d0e06 | |
parent | 89f337a4573ebbca513103340c9400b97950745c (diff) | |
download | poezio-b737c09c4e1fc7be23f90edc273d083c9167d01c.tar.gz poezio-b737c09c4e1fc7be23f90edc273d083c9167d01c.tar.bz2 poezio-b737c09c4e1fc7be23f90edc273d083c9167d01c.tar.xz poezio-b737c09c4e1fc7be23f90edc273d083c9167d01c.zip |
Disable /configure while it's broken with sleekxmpp
-rw-r--r-- | src/tabs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index 0667edb3..0dbf25a9 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -369,7 +369,7 @@ class MucTab(ChatTab): self.commands['recolor'] = (self.command_recolor, _('Usage: /recolor\nRecolor: Re-assign a color to all participants of the current room, based on the last time they talked. Use this if the participants currently talking have too many identical colors.'), None) self.commands['cycle'] = (self.command_cycle, _('Usage: /cycle [message]\nCycle: Leaves the current room and rejoin it immediately'), None) self.commands['info'] = (self.command_info, _('Usage: /info <nickname>\nInfo: Display some information about the user in the MUC: his/here role, affiliation, status and status message.'), None) - self.commands['configure'] = (self.command_configure, _('Usage: /configure\nConfigure: Configure the current room, through a form.'), None) + # self.commands['configure'] = (self.command_configure, _('Usage: /configure\nConfigure: Configure the current room, through a form.'), None) self.resize() def scroll_user_list_up(self): |