546 |
|
* locally connected to this server. |
547 |
|
*/ |
548 |
|
void |
549 |
< |
sendto_channel_local(int type, int nodeaf, struct Channel *chptr, |
549 |
> |
sendto_channel_local(unsigned int type, int nodeaf, struct Channel *chptr, |
550 |
|
const char *pattern, ...) |
551 |
|
{ |
552 |
|
va_list args; |
589 |
|
* WARNING - +D clients are omitted |
590 |
|
*/ |
591 |
|
void |
592 |
< |
sendto_channel_local_butone(struct Client *one, int type, unsigned int cap, |
592 |
> |
sendto_channel_local_butone(struct Client *one, unsigned int type, unsigned int cap, |
593 |
|
struct Channel *chptr, const char *pattern, ...) |
594 |
|
{ |
595 |
|
va_list args; |
634 |
|
* remote to this server. |
635 |
|
*/ |
636 |
|
void |
637 |
< |
sendto_channel_remote(struct Client *one, struct Client *from, int type, |
637 |
> |
sendto_channel_remote(struct Client *one, struct Client *from, unsigned int type, |
638 |
|
const unsigned int caps, const unsigned int nocaps, |
639 |
|
struct Channel *chptr, const char *pattern, ...) |
640 |
|
{ |
784 |
|
* side effects - data sent to servers matching with capab |
785 |
|
*/ |
786 |
|
void |
787 |
< |
sendto_match_servs(struct Client *source_p, const char *mask, int cap, |
787 |
> |
sendto_match_servs(struct Client *source_p, const char *mask, unsigned int cap, |
788 |
|
const char *pattern, ...) |
789 |
|
{ |
790 |
|
va_list args; |