self.commands['ignore']=(self.command_ignore,_("Usage: /ignore <nickname> \nIgnore: Ignore a specified nickname."),None)
self.commands['unignore']=(self.command_unignore,_("Usage: /unignore <nickname>\nUnignore: Remove the specified nickname from the ignore list."),None)
...
...
@@ -364,6 +366,14 @@ 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)