diff options
author | Timo Sirainen <cras@irssi.org> | 2002-10-15 22:15:42 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-10-15 22:15:42 +0000 |
commit | 77d8235ebe2e1e7932f0f59e58c86d0f4d9e3fd6 (patch) | |
tree | 304b2de714eea03f51cbcf19628fceda83bf8b55 /docs | |
parent | 5c6bbf6cc4304f0d4110eccab5d78bbdc7577f2d (diff) | |
download | irssi-77d8235ebe2e1e7932f0f59e58c86d0f4d9e3fd6.zip |
Fixed /HILIGHT description
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2961 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual.txt b/docs/manual.txt index ce544199..7f9b2392 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -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. |