# HG changeset patch # User Michal 'vorner' Vaner # Date 1188314009 -7200 # Node ID 60663a1f9e8d36700c712ee7e5b9b243378b9e22 # Parent 7a0eaa53bd53976d87efdc09498a0803e5887539 Better help (unwrapped help file, comment in config) diff -r 7a0eaa53bd53 -r 60663a1f9e8d mcabber/doc/help/en/hlp_color.txt --- a/mcabber/doc/help/en/hlp_color.txt Tue Aug 28 14:36:44 2007 +0200 +++ b/mcabber/doc/help/en/hlp_color.txt Tue Aug 28 17:13:29 2007 +0200 @@ -6,27 +6,14 @@ The 'color' command allows setting dynamic color properties of the screen. /color roster clear - Remove all color rules for the roster. All roster items will get its default - color. + Remove all color rules for the roster. All roster items will get its default color. /color roster status wildcard color - Set a color rule (or overwrite, if it already exists). The status is string - containing all statuses the roster item can have for the rule to match, - or * if any status is OK. Wildcard is the file-matching wildcard that will be - applied to JID. Color is the wanted color. + Set a color rule (or overwrite, if it already exists). The status is string containing all statuses the roster item can have for the rule to match, or * if any status is OK. Wildcard is the file-matching wildcard that will be applied to JID. Color is the wanted color. If color is -, the rule is removed. - If more than one rule matches, the color from the last created - (not overwritten) is used. + If more than one rule matches, the color from the last created (not overwritten) is used. /color mucnick nick (color|-) - Marks the nick to be colored by given color. If a muc has colored nicks, this - one will be used. If color is -, the color is marked as chosen automatically, - which means it will not be used in 'preset' coloring mode, but will stay the - same in 'on' coloring mode. + Marks the nick to be colored by given color. If a muc has colored nicks, this one will be used. If color is -, the color is marked as chosen automatically, which means it will not be used in 'preset' coloring mode, but will stay the same in 'on' coloring mode. /color muc (jid|.|*) [on|preset|off|-] - Sets a muc nick coloring mode. If a jid (. means currently selected jid) is - provided, the mode will apply to this specific MUC. If * is used, it will be - applied to all MUCs, except the ones set by their jid. - Mode 'on' colors all nicks, 'preset' only the ones manually set by /color - mucnick command and 'off' colors none. If not specified, defaults to 'on' - Mode '-' removes the mode from given JID, which means the global one will - apply. You can not remove the global mode. + Sets a muc nick coloring mode. If a jid (. means currently selected jid) is provided, the mode will apply to this specific MUC. If * is used, it will be applied to all MUCs, except the ones set by their jid. + Mode 'on' colors all nicks, 'preset' only the ones manually set by /color mucnick command and 'off' colors none. If not specified, defaults to 'on' Mode '-' removes the mode from given JID, which means the global one will apply. You can not remove the global mode. Default global coloring mode is 'off'. diff -r 7a0eaa53bd53 -r 60663a1f9e8d mcabber/mcabberrc.example --- a/mcabber/mcabberrc.example Tue Aug 28 14:36:44 2007 +0200 +++ b/mcabber/mcabberrc.example Tue Aug 28 17:13:29 2007 +0200 @@ -291,7 +291,8 @@ #You can let mcabber color nicks in MUC. #These colors will by used automatically: #set nick_colors = red green blue -#color muc * +#This turns coloring of all mucs on +#color muc * on # #If you want someone's nick to be the same all the time: #color mucnick my_friend yellow