presence: Add sendto_common_channels_local_with_capability(), used for broadcasting presence updates.

This commit is contained in:
William Pitcock 2009-06-02 02:28:02 -05:00
parent 727bca6269
commit 62928328bf
2 changed files with 64 additions and 0 deletions

View file

@ -64,6 +64,7 @@ extern void sendto_channel_opmod(struct Client *one, struct Client *source_p,
extern void sendto_channel_local(int type, struct Channel *, const char *, ...) AFP(3, 4);
extern void sendto_channel_local_butone(struct Client *, int type, struct Channel *, const char *, ...) AFP(4, 5);
extern void sendto_common_channels_local(struct Client *, const char *, ...) AFP(2, 3);
extern void sendto_common_channels_local_with_capability(struct Client *, int, const char *, ...) AFP(3, 4);
extern void sendto_common_channels_local_butone(struct Client *, const char *, ...) AFP(2, 3);