summaryrefslogtreecommitdiff
path: root/docs/manual.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-28 21:47:13 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-28 21:47:13 +0000
commit95b74de316bdfa0f44cc772c620423bca117942e (patch)
tree63e97037504aae275775f10bbee42d1dc4382e03 /docs/manual.txt
parentdc22d8830d48d4eec73c4b83681166476eaa76c1 (diff)
downloadirssi-95b74de316bdfa0f44cc772c620423bca117942e.zip
/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
Diffstat (limited to 'docs/manual.txt')
-rw-r--r--docs/manual.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual.txt b/docs/manual.txt
index 62ffa8df..d85f1941 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -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