/HILIGHT changed. -nick option now tells to hilight only the nick, not

the whole line. -mask option matches the text for nick mask (it didn't
even work before).


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@391 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-28 21:47:13 +00:00 committed by cras
commit 95b74de316
6 changed files with 64 additions and 56 deletions

View file

@ -858,12 +858,13 @@
mask, so you could for example show your friends' nicks with
different color.
/HILIGHT [-nick | -regexp | -word] [-color <color>]
/HILIGHT [-mask | -regexp | -word] [-nick] [-color <color>]
[-level <level>] [-channels <channels>] <text>
-nick: Match only for nick, <text> is a nick mask
-mask: Match only for nick, <text> is a nick mask
-regexp: <text> is a regular expression
-word: <text> must match to full words
-nick: Hilight only the nick, not the whole line
-color: Print the reply with <color> - see below
-level: Match only for <level> messages, default is
publics,msgs,notices,actions