Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / channel.h
index d12072c6b4489b57dbe28cb2208cd9ddb7d62588..96c878aeeceb78092ce1a380135eccbb949f6fd8 100644 (file)
@@ -348,6 +348,7 @@ extern void remove_user_from_all_channels(struct Client* cptr);
 extern int is_chan_op(struct Client *cptr, struct Channel *chptr);
 extern int is_zombie(struct Client *cptr, struct Channel *chptr);
 extern int has_voice(struct Client *cptr, struct Channel *chptr);
+extern int IsInvited(struct Client* cptr, struct Channel* chptr);
 extern void send_channel_modes(struct Client *cptr, struct Channel *chptr);
 extern char *pretty_mask(char *mask);
 extern void del_invite(struct Client *cptr, struct Channel *chptr);