2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:hilight@
|
|
|
|
|
|
|
|
-mask: Match only for nick, <text> is a nick mask
|
|
|
|
-regexp: <text> is a regular expression
|
2001-03-17 01:58:13 -05:00
|
|
|
-full: <text> must match to full words
|
2001-01-04 08:56:54 -05:00
|
|
|
-nick: Hilight only the nick, not the whole line (default)
|
2001-03-17 01:58:13 -05:00
|
|
|
-word: Hilight only the word (default with non-public messages)
|
|
|
|
-line: Hilight the whole line with the hilight color.
|
2001-10-18 06:30:03 -04:00
|
|
|
-color: Print the message with <color>. color is in %%code format
|
2001-03-16 20:52:43 -05:00
|
|
|
(see docs/formats.txt)
|
2002-04-30 07:05:29 -04:00
|
|
|
-actcolor: Color to show in statusbar activity, or don't change if %%n.
|
2000-07-26 13:52:19 -04:00
|
|
|
-level: Match only for <level> messages, default is
|
|
|
|
publics,msgs,notices,actions
|
|
|
|
-channels: Match only in <channels>
|
|
|
|
|
2001-01-04 08:56:54 -05:00
|
|
|
Examples:
|
|
|
|
|
|
|
|
Hilight lines that have "mynick" word:
|
|
|
|
/HILIGHT mynick
|
|
|
|
|
2001-03-16 20:52:43 -05:00
|
|
|
Hilight lines that were written by nicks from *.fi with bold green
|
2001-10-18 06:30:03 -04:00
|
|
|
/HILIGHT -color %%G -mask *!*@*.fi
|
2001-01-04 08:56:54 -05:00
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
For regular expressions, see `man 7 regex`.
|
|
|
|
|
|
|
|
See also: DEHILIGHT, SET HILIGHT
|
|
|
|
|