imported irssi.
[silc.git] / apps / irssi / docs / help / in / hilight.in
1
2 @SYNTAX:hilight@
3
4    -mask: Match only for nick, <text> is a nick mask
5    -regexp: <text> is a regular expression
6    -full: <text> must match to full words
7    -nick: Hilight only the nick, not the whole line (default)
8    -word: Hilight only the word (default with non-public messages)
9    -line: Hilight the whole line with the hilight color.
10    -color: Print the message with <color>. color is in %code format
11            (see docs/formats.txt)
12    -level: Match only for <level> messages, default is
13            publics,msgs,notices,actions
14    -channels: Match only in <channels>
15
16 Examples:
17
18 Hilight lines that have "mynick" word:
19   /HILIGHT mynick
20
21 Hilight lines that were written by nicks from *.fi with bold green
22   /HILIGHT -color %G -mask *!*@*.fi
23
24 For regular expressions, see `man 7 regex`.
25
26 See also: DEHILIGHT, SET HILIGHT
27