aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 34533728..e28182ce 100644
--- a/irc.h
+++ b/irc.h
@@ -152,6 +152,9 @@ typedef struct irc_channel
struct irc_channel_funcs
{
gboolean (*privmsg)( irc_channel_t *ic, const char *msg );
+ gboolean (*join)( irc_channel_t *ic );
+ gboolean (*part)( irc_channel_t *ic, const char *msg );
+ gboolean (*topic)( irc_channel_t *ic, const char *new );
};
typedef enum