diff mcabber/doc/help/en/hlp_color.txt @ 1273:b17ab2782ce5

Update help files - Add vorner's hlp_color.txt English file - Add French translation - Update every hlp.txt file
author Mikael Berthe <mikael@lilotux.net>
date Tue, 21 Aug 2007 22:45:53 +0200
parents
children 359e1c53552a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/doc/help/en/hlp_color.txt	Tue Aug 21 22:45:53 2007 +0200
@@ -0,0 +1,16 @@
+
+ /COLOR roster (status wildcard (color|-)|clear)
+
+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.
+/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.
+ If color is -, the rule is removed.
+ If more than one rule matches, the color from the last created (not overwritten) is used.