133 |
|
extern void channel_member_names(struct Client *, struct Channel *, int); |
134 |
|
extern void add_invite(struct Channel *, struct Client *); |
135 |
|
extern void del_invite(struct Channel *, struct Client *); |
136 |
< |
extern void clear_invites(struct Channel *); |
136 |
> |
extern void clear_invites_channel(struct Channel *); |
137 |
> |
extern void clear_invites_client(struct Client *); |
138 |
|
extern void send_channel_modes(struct Client *, struct Channel *); |
139 |
|
extern void channel_modes(struct Channel *, struct Client *, char *, char *); |
140 |
|
extern void check_spambot_warning(struct Client *, const char *); |