From 0d5d36465cb24d725a8f8ef081a978a380837efc Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 26 Apr 2014 14:41:19 +0200 Subject: Document /recolor random with /help too --- src/tabs/muctab.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/tabs/muctab.py') 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, -- cgit v1.2.3