annotate mcabber/doc/help/en/hlp_color.txt @ 1293:359e1c53552a

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