diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-28 21:47:13 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-28 21:47:13 +0000 |
commit | 95b74de316bdfa0f44cc772c620423bca117942e (patch) | |
tree | 63e97037504aae275775f10bbee42d1dc4382e03 /docs/manual.txt | |
parent | dc22d8830d48d4eec73c4b83681166476eaa76c1 (diff) | |
download | irssi-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.txt | 5 |
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 |