summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-02-02 01:39:57 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-02-02 01:39:57 +0100
commit5da23e07d189a6d18488053995a3e12806f91a3d (patch)
tree9663d4df82632a75970626a062b84686d7f3dbee
parent01f3409505a6d0a0459b79f2d9c3895cd7078a70 (diff)
parentb737c09c4e1fc7be23f90edc273d083c9167d01c (diff)
downloadpoezio-5da23e07d189a6d18488053995a3e12806f91a3d.tar.gz
poezio-5da23e07d189a6d18488053995a3e12806f91a3d.tar.bz2
poezio-5da23e07d189a6d18488053995a3e12806f91a3d.tar.xz
poezio-5da23e07d189a6d18488053995a3e12806f91a3d.zip
euh ok
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 7abc0e8f..5a27902e 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):