mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
hilight_act_color now use %codes for specifying color. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1402 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aa4a4d4072
commit
c3da7fa8ab
13 changed files with 97 additions and 152 deletions
|
|
@ -6,9 +6,8 @@
|
|||
-word: <text> must match to full words
|
||||
-nick: Hilight only the nick, not the whole line (default)
|
||||
-nonick: Hilight the whole line with the hilight color.
|
||||
-color: Print the message with <color>, it can be either
|
||||
numeric MIRC color (see docs/formats.txt) or
|
||||
a named english color
|
||||
-color: Print the message with <color>. color is in %code format
|
||||
(see docs/formats.txt)
|
||||
-level: Match only for <level> messages, default is
|
||||
publics,msgs,notices,actions
|
||||
-channels: Match only in <channels>
|
||||
|
|
@ -18,8 +17,8 @@ Examples:
|
|||
Hilight lines that have "mynick" word:
|
||||
/HILIGHT mynick
|
||||
|
||||
Hilight lines that were written by nicks from *.fi
|
||||
/HILIGHT -mask *!*@*.fi
|
||||
Hilight lines that were written by nicks from *.fi with bold green
|
||||
/HILIGHT -color %G -mask *!*@*.fi
|
||||
|
||||
For regular expressions, see `man 7 regex`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue