summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-02-17 19:00:40 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-02-17 19:00:40 +0100
commit2f864c9fc163e5c1fe80fbd18d2db0dd59f0654c (patch)
tree2d09890b42b9deccc97116bddbf4534ca4350c58 /src
parent8aede04f5b82398d69468d1322151caa805ad15e (diff)
downloadpoezio-2f864c9fc163e5c1fe80fbd18d2db0dd59f0654c.tar.gz
poezio-2f864c9fc163e5c1fe80fbd18d2db0dd59f0654c.tar.bz2
poezio-2f864c9fc163e5c1fe80fbd18d2db0dd59f0654c.tar.xz
poezio-2f864c9fc163e5c1fe80fbd18d2db0dd59f0654c.zip
Re-add the /configure command
Diffstat (limited to 'src')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 3d28ace3..1a27eb8e 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -380,7 +380,7 @@ class MucTab(ChatTab, TabWithInfoWin):
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):