summaryrefslogtreecommitdiff
path: root/src/tabs/muctab.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs/muctab.py')
-rw-r--r--src/tabs/muctab.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/tabs/muctab.py b/src/tabs/muctab.py
index c2f7925a..157b28d9 100644
--- a/src/tabs/muctab.py
+++ b/src/tabs/muctab.py
@@ -138,7 +138,12 @@ class MucTab(ChatTab):
shortdesc=_('Change your nickname.'),
completion=self.completion_nick)
self.register_command('recolor', self.command_recolor,
- desc=_('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.'),
+ usage=_('[random]'),
+ desc=_('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. Use /recolor random'
+ ' for a non-deterministic result.'),
shortdesc=_('Change the nicks colors.'),
completion=self.completion_recolor)
self.register_command('cycle', self.command_cycle,