summaryrefslogtreecommitdiff
path: root/docs/help/in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-03-17 01:52:43 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-03-17 01:52:43 +0000
commitc3da7fa8abe93ee39b8913959d6d66bf6b296ed8 (patch)
treef42a855808baa39844a1bff64fab42c9a9e3d1eb /docs/help/in
parentaa4a4d40727db29f43622cdfa7cc9eadbb5f839e (diff)
downloadirssi-c3da7fa8abe93ee39b8913959d6d66bf6b296ed8.zip
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
hilight_act_color now use %codes for specifying color. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1402 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in')
-rw-r--r--docs/help/in/hilight.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/help/in/hilight.in b/docs/help/in/hilight.in
index 0b57fd22..2d084fad 100644
--- a/docs/help/in/hilight.in
+++ b/docs/help/in/hilight.in
@@ -6,9 +6,8 @@
-word: <text> must match to full words
-nick: Hilight only the nick, not the whole line (default)
-nonick: Hilight the whole line with the hilight color.
- -color: Print the message with <color>, it can be either
- numeric MIRC color (see docs/formats.txt) or
- a named english color
+ -color: Print the message with <color>. color is in %code format
+ (see docs/formats.txt)
-level: Match only for <level> messages, default is
publics,msgs,notices,actions
-channels: Match only in <channels>
@@ -18,8 +17,8 @@ Examples:
Hilight lines that have "mynick" word:
/HILIGHT mynick
-Hilight lines that were written by nicks from *.fi
- /HILIGHT -mask *!*@*.fi
+Hilight lines that were written by nicks from *.fi with bold green
+ /HILIGHT -color %G -mask *!*@*.fi
For regular expressions, see `man 7 regex`.