diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-02-02 01:39:57 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-02-02 01:39:57 +0100 |
commit | 5da23e07d189a6d18488053995a3e12806f91a3d (patch) | |
tree | 9663d4df82632a75970626a062b84686d7f3dbee /src | |
parent | 01f3409505a6d0a0459b79f2d9c3895cd7078a70 (diff) | |
parent | b737c09c4e1fc7be23f90edc273d083c9167d01c (diff) | |
download | poezio-5da23e07d189a6d18488053995a3e12806f91a3d.tar.gz poezio-5da23e07d189a6d18488053995a3e12806f91a3d.tar.bz2 poezio-5da23e07d189a6d18488053995a3e12806f91a3d.tar.xz poezio-5da23e07d189a6d18488053995a3e12806f91a3d.zip |
euh ok
Diffstat (limited to 'src')
-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 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): |