]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/tgchange.h
Fix multiple RPL_LISTEND replies when aborting a /LIST.
[irc/rqf/shadowircd.git] / include / tgchange.h
index e3e4fcce27d0ed645a1b5552659edf2bacf2c1d4..b2cc684cac631801bb3a2be08ec4e9acf88a90bd 100644 (file)
@@ -30,6 +30,8 @@
 struct Channel *find_allowing_channel(struct Client *source_p, struct Client *target_p);
 /* checks if source_p is allowed to send to target_p */
 int add_target(struct Client *source_p, struct Client *target_p);
+/* checks if source_p is allowed to send to chptr */
+int add_channel_target(struct Client *source_p, struct Channel *chptr);
 /* allows source_p to send to target_p */
 void add_reply_target(struct Client *source_p, struct Client *target_p);