send QUIT's only to users seeing the leaving user on MODE_AUDITORIUM channels
[ircu2.10.12-pk.git] / include / send.h
index 1fb416a9a5f7dce315a3efc4fcc6c191eba57302..0d550f25657c07d6d0d7771516c6c222415b90a6 100644 (file)
@@ -61,6 +61,13 @@ extern void sendcmdto_common_channels_butone(struct Client *from,
                                             const char *tok,
                                             struct Client *one,
                                             const char *pattern, ...);
+                         
+/* Send command to all channels user is on (check audit) */
+extern void sendcmdto_common_channels_butone_audit(struct Client *from,
+                                            const char *cmd,
+                                            const char *tok,
+                                            struct Client *one,
+                                            const char *pattern, ...);
 
 /* Send command to all channel users on this server */
 extern void sendcmdto_channel_butserv_butone(struct Client *from,