]> jfr.im git - solanum.git/blobdiff - include/channel.h
RSFNC: allow RSFNC against a target which just changes the capitalization of the...
[solanum.git] / include / channel.h
index 66e5ba99eb4e44ddbca1f9668120cbefda437023..80f7c0fbb8ff09163361e940bc8ac2be70d16c5a 100644 (file)
@@ -218,6 +218,8 @@ extern void destroy_channel(struct Channel *);
 
 extern int can_send(struct Channel *chptr, struct Client *who, 
                    struct membership *);
+extern int flood_attack_channel(int p_or_n, struct Client *source_p,
+                               struct Channel *chptr, char *chname);
 extern int is_banned(struct Channel *chptr, struct Client *who,
                     struct membership *msptr, const char *, const char *);
 extern int is_quieted(struct Channel *chptr, struct Client *who,
@@ -279,4 +281,6 @@ const char * get_extban_string(void);
 
 extern int get_channel_access(struct Client *source_p, struct membership *msptr);
 
+extern void send_channel_join(struct Channel *chptr, struct Client *client_p);
+
 #endif /* INCLUDED_channel_h */