Added SILC Thread Queue API
[crypto.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    -actcolor: Color to show in statusbar activity, or don't change if %%n.
13    -level: Match only for <level> messages, default is
14            publics,msgs,notices,actions
15    -channels: Match only in <channels>
16
17 Examples:
18
19 Hilight lines that have "mynick" word:
20   /HILIGHT mynick
21
22 Hilight lines that were written by nicks from *.fi with bold green
23   /HILIGHT -color %%G -mask *!*@*.fi
24
25 For regular expressions, see `man 7 regex`.
26
27 See also: DEHILIGHT, SET HILIGHT
28