| 100 |
|
extern dlink_list global_channel_list; |
| 101 |
|
|
| 102 |
|
extern int check_channel_name(const char *); |
| 103 |
< |
extern int can_send(struct Channel *, struct Client *); |
| 104 |
< |
extern int can_send_part(struct Membership *, struct Channel *, struct Client *); |
| 103 |
> |
extern int can_send(struct Channel *, struct Client *, struct Membership *); |
| 104 |
|
extern int is_banned(struct Channel *, struct Client *); |
| 105 |
|
extern int can_join(struct Client *, struct Channel *, const char *); |
| 106 |
|
extern int has_member_flags(struct Membership *, unsigned int); |