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