aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index e981b918..450d3259 100644
--- a/irc.h
+++ b/irc.h
@@ -119,6 +119,7 @@ typedef struct irc_user
struct irc_user_funcs
{
gboolean (*privmsg)( irc_user_t *iu, const char *msg );
+ gboolean (*ctcp)( irc_user_t *iu, char * const* ctcp );
};
extern const struct irc_user_funcs irc_user_root_funcs;