summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/irc-hilight-text.h
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 /src/fe-common/irc/irc-hilight-text.h
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 'src/fe-common/irc/irc-hilight-text.h')
-rw-r--r--src/fe-common/irc/irc-hilight-text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/irc/irc-hilight-text.h b/src/fe-common/irc/irc-hilight-text.h
index 6acf8a8b..243ec653 100644
--- a/src/fe-common/irc/irc-hilight-text.h
+++ b/src/fe-common/irc/irc-hilight-text.h
@@ -1,6 +1,7 @@
#ifndef __IRC_HILIGHT_TEXT_H
#define __IRC_HILIGHT_TEXT_H
-char *irc_hilight_find_nick(const char *channel, const char *nick, const char *address);
+char *irc_hilight_find_nick(const char *channel, const char *nick,
+ const char *address, int level, const char *msg);
#endif