X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fhilight.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fhilight.in;h=a38d10c9a1ef4985a386185e74c662b59423ccc1;hb=23c5df1c8b0bfe539d3fa65802186e6e09e044aa;hp=0000000000000000000000000000000000000000;hpb=0f9738ce962b8498bbed0a75d5fb6fa127e3577f;p=silc.git diff --git a/apps/irssi/docs/help/in/hilight.in b/apps/irssi/docs/help/in/hilight.in new file mode 100644 index 00000000..a38d10c9 --- /dev/null +++ b/apps/irssi/docs/help/in/hilight.in @@ -0,0 +1,27 @@ + +@SYNTAX:hilight@ + + -mask: Match only for nick, is a nick mask + -regexp: is a regular expression + -full: must match to full words + -nick: Hilight only the nick, not the whole line (default) + -word: Hilight only the word (default with non-public messages) + -line: Hilight the whole line with the hilight color. + -color: Print the message with . color is in %code format + (see docs/formats.txt) + -level: Match only for messages, default is + publics,msgs,notices,actions + -channels: Match only in + +Examples: + +Hilight lines that have "mynick" word: + /HILIGHT mynick + +Hilight lines that were written by nicks from *.fi with bold green + /HILIGHT -color %G -mask *!*@*.fi + +For regular expressions, see `man 7 regex`. + +See also: DEHILIGHT, SET HILIGHT +