cap-notify: add sendto_local_clients_with_capability() (ref #84)
This commit is contained in:
parent
13de708352
commit
984d80c988
2 changed files with 39 additions and 0 deletions
|
@ -81,6 +81,7 @@ extern void sendto_monitor(struct monitor *monptr, const char *, ...) AFP(2, 3);
|
|||
|
||||
extern void sendto_anywhere(struct Client *, struct Client *, const char *,
|
||||
const char *, ...) AFP(4, 5);
|
||||
extern void sendto_local_clients_with_capability(int cap, const char *pattern, ...) AFP(2, 3);
|
||||
|
||||
extern void sendto_realops_snomask(int, int, const char *, ...) AFP(3, 4);
|
||||
extern void sendto_realops_snomask_from(int, int, struct Client *, const char *, ...) AFP(4, 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue