1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Fixed /HILIGHT description

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2961 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-10-15 22:15:42 +00:00 committed by cras
parent 5c6bbf6cc4
commit 77d8235ebe

View File

@ -873,7 +873,8 @@
-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
-color: Print the reply 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>
@ -882,8 +883,7 @@
/HILIGHT without any arguments displays list of the hilights.
By default the highlighted line will be printed with white color.
You can change this with the -color argument. If <color> is a
If <color> is a
number, Irssi will treat it as a MIRC color code. You can also use
bolds (^B), underlines (^_) etc. as <color> if you like.