forked from PsychoticNinja/irssi
Fixed /HILIGHT description
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2961 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5c6bbf6cc4
commit
77d8235ebe
@ -873,7 +873,8 @@
|
|||||||
-regexp: <text> is a regular expression
|
-regexp: <text> is a regular expression
|
||||||
-word: <text> must match to full words
|
-word: <text> must match to full words
|
||||||
-nick: Hilight only the nick, not the whole line
|
-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
|
-level: Match only for <level> messages, default is
|
||||||
publics,msgs,notices,actions
|
publics,msgs,notices,actions
|
||||||
-channels: Match only in <channels>
|
-channels: Match only in <channels>
|
||||||
@ -882,8 +883,7 @@
|
|||||||
|
|
||||||
/HILIGHT without any arguments displays list of the hilights.
|
/HILIGHT without any arguments displays list of the hilights.
|
||||||
|
|
||||||
By default the highlighted line will be printed with white color.
|
If <color> is a
|
||||||
You can change this with the -color argument. If <color> is a
|
|
||||||
number, Irssi will treat it as a MIRC color code. You can also use
|
number, Irssi will treat it as a MIRC color code. You can also use
|
||||||
bolds (^B), underlines (^_) etc. as <color> if you like.
|
bolds (^B), underlines (^_) etc. as <color> if you like.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user