X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fsend.h;h=0d550f25657c07d6d0d7771516c6c222415b90a6;hp=1fb416a9a5f7dce315a3efc4fcc6c191eba57302;hb=923424fa8bb6557bfeba194a583c3a8daad023ed;hpb=3c606acaad5d1b78a3c6a2a5ab6bfd18ce1145da diff --git a/include/send.h b/include/send.h index 1fb416a..0d550f2 100644 --- a/include/send.h +++ b/include/send.h @@ -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,