aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@google.com>2010-08-23 11:34:36 +0100
committerWilmer van der Gaast <wilmer@google.com>2010-08-23 11:34:36 +0100
commit1aa74f559af18e06195f34b721d65d69c29fcc0f (patch)
treebd3dbb8bd3e86c1d885e2d3ef245ec6091c31040 /irc.h
parent241f9f6d9135048578ad603485740b73402edd8a (diff)
Process incoming XMPP groupchat invites in a saner way: Create a temporary
channel the user can easily /join.
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 58ca19c9..36667662 100644
--- a/irc.h
+++ b/irc.h
@@ -281,6 +281,7 @@ void irc_send_msg_f( irc_user_t *iu, const char *type, const char *dst, const ch
void irc_send_nick( irc_user_t *iu, const char *new );
void irc_send_channel_user_mode_diff( irc_channel_t *ic, irc_user_t *iu,
irc_channel_user_flags_t old, irc_channel_user_flags_t new );
+void irc_send_invite( irc_user_t *iu, irc_channel_t *ic );
/* irc_user.c */
irc_user_t *irc_user_new( irc_t *irc, const char *nick );