diff options
author | Wilmer van der Gaast <wilmer@google.com> | 2010-08-23 11:34:36 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@google.com> | 2010-08-23 11:34:36 +0100 |
commit | 1aa74f559af18e06195f34b721d65d69c29fcc0f (patch) | |
tree | bd3dbb8bd3e86c1d885e2d3ef245ec6091c31040 /irc.h | |
parent | 241f9f6d9135048578ad603485740b73402edd8a (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); |