summaryrefslogtreecommitdiff
path: root/src/fe-common/core/hilight-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/hilight-text.h')
-rw-r--r--src/fe-common/core/hilight-text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-common/core/hilight-text.h b/src/fe-common/core/hilight-text.h
index 6e047278..c69be970 100644
--- a/src/fe-common/core/hilight-text.h
+++ b/src/fe-common/core/hilight-text.h
@@ -9,6 +9,7 @@ typedef struct {
char *color; /* if starts with number, \003 is automatically
inserted before it. */
+ int nick:1; /* hilight only the nick, not a full line - works only with msgs. */
int nickmask:1; /* `text 'is a nick mask - colorify the nick */
int fullword:1; /* match `text' only for full words */
int regexp:1; /* `text' is a regular expression */
@@ -16,6 +17,8 @@ typedef struct {
extern GSList *hilights;
+char *hilight_match(const char *channel, const char *nickmask, int level, const char *str);
+
void hilight_text_init(void);
void hilight_text_deinit(void);