comparison mcabber/doc/help/en/hlp_color.txt @ 1297:60663a1f9e8d

Better help (unwrapped help file, comment in config)
author Michal 'vorner' Vaner <vorner@ucw.cz>
date Tue, 28 Aug 2007 17:13:29 +0200
parents 359e1c53552a
children af035a304bec
comparison
equal deleted inserted replaced
1296:7a0eaa53bd53 1297:60663a1f9e8d
4 /COLOR muc (jid|.|*) [on|preset|off|-] 4 /COLOR muc (jid|.|*) [on|preset|off|-]
5 5
6 The 'color' command allows setting dynamic color properties of the screen. 6 The 'color' command allows setting dynamic color properties of the screen.
7 7
8 /color roster clear 8 /color roster clear
9 Remove all color rules for the roster. All roster items will get its default 9 Remove all color rules for the roster. All roster items will get its default color.
10 color.
11 /color roster status wildcard color 10 /color roster status wildcard color
12 Set a color rule (or overwrite, if it already exists). The status is string 11 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.
13 containing all statuses the roster item can have for the rule to match,
14 or * if any status is OK. Wildcard is the file-matching wildcard that will be
15 applied to JID. Color is the wanted color.
16 If color is -, the rule is removed. 12 If color is -, the rule is removed.
17 If more than one rule matches, the color from the last created 13 If more than one rule matches, the color from the last created (not overwritten) is used.
18 (not overwritten) is used.
19 /color mucnick nick (color|-) 14 /color mucnick nick (color|-)
20 Marks the nick to be colored by given color. If a muc has colored nicks, this 15 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.
21 one will be used. If color is -, the color is marked as chosen automatically,
22 which means it will not be used in 'preset' coloring mode, but will stay the
23 same in 'on' coloring mode.
24 /color muc (jid|.|*) [on|preset|off|-] 16 /color muc (jid|.|*) [on|preset|off|-]
25 Sets a muc nick coloring mode. If a jid (. means currently selected jid) is 17 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.
26 provided, the mode will apply to this specific MUC. If * is used, it will be 18 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.
27 applied to all MUCs, except the ones set by their jid.
28 Mode 'on' colors all nicks, 'preset' only the ones manually set by /color
29 mucnick command and 'off' colors none. If not specified, defaults to 'on'
30 Mode '-' removes the mode from given JID, which means the global one will
31 apply. You can not remove the global mode.
32 Default global coloring mode is 'off'. 19 Default global coloring mode is 'off'.