115 |
|
extern dlink_list global_channel_list; |
116 |
|
|
117 |
|
extern int check_channel_name(const char *, const int); |
118 |
< |
extern int can_send(struct Channel *, struct Client *, struct Membership *); |
118 |
> |
extern int can_send(struct Channel *, struct Client *, struct Membership *, const char *); |
119 |
|
extern int is_banned(const struct Channel *, const struct Client *); |
120 |
|
extern int can_join(struct Client *, struct Channel *, const char *); |
121 |
|
extern int has_member_flags(const struct Membership *, const unsigned int); |