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 8bb27427..64a3e808 100644
--- a/irc.h
+++ b/irc.h
@@ -187,6 +187,7 @@ struct irc_channel_funcs
gboolean (*part)( irc_channel_t *ic, const char *msg );
gboolean (*topic)( irc_channel_t *ic, const char *new_topic );
gboolean (*invite)( irc_channel_t *ic, irc_user_t *iu );
+ void (*kick)( irc_channel_t *ic, irc_user_t *iu, const char *msg );
gboolean (*_init)( irc_channel_t *ic );
gboolean (*_free)( irc_channel_t *ic );