X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fsend.h;h=1825e4db2b5a9a98519f15f7bc5766dff8de0130;hb=refs%2Fheads%2Fupstream-ssl;hp=b43733a5ca06cba33380e558d04c3d98afd301ac;hpb=5246a6127cca4385da318f2e75271b4f5907947b;p=ircu2.10.12-pk.git diff --git a/include/send.h b/include/send.h index b43733a..1825e4d 100644 --- a/include/send.h +++ b/include/send.h @@ -44,6 +44,12 @@ extern void sendcmdto_prio_one(struct Client *from, const char *cmd, const char *tok, struct Client *to, const char *pattern, ...); +/* Send command to servers by flags except one */ +extern void sendcmdto_flag_serv_butone(struct Client *from, const char *cmd, + const char *tok, struct Client *one, + int require, int forbid, + const char *pattern, ...); + /* Send command to all servers except one */ extern void sendcmdto_serv_butone(struct Client *from, const char *cmd, const char *tok, struct Client *one,