mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
/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:
parent
dc22d8830d
commit
95b74de316
6 changed files with 64 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue