Apply extended-join client cap to QJM joins

This commit is contained in:
Stephen Bennett 2011-11-12 14:41:01 +00:00
parent 92236e376a
commit a695b0e40e
3 changed files with 55 additions and 14 deletions

View file

@ -65,6 +65,8 @@ extern void sendto_channel_local(int type, struct Channel *, const char *, ...)
extern void sendto_channel_local_butone(struct Client *, int type, struct Channel *, const char *, ...) AFP(4, 5);
extern void sendto_channel_local_with_capability(int type, int caps, int negcaps, struct Channel *, const char *, ...) AFP(5, 6);
extern void sendto_channel_local_with_capability_butone(struct Client *, int type, int caps, int negcaps, struct Channel *,
const char *, ...) AFP(6, 7);
extern void sendto_common_channels_local(struct Client *, int cap, const char *, ...) AFP(3, 4);
extern void sendto_common_channels_local_butone(struct Client *, int cap, const char *, ...) AFP(3, 4);