4 int is_channel (server
*serv
, char *chan
);
5 char get_nick_prefix (server
*serv
, unsigned int access
);
6 unsigned int nick_access (server
*serv
, char *nick
, int *modechars
);
7 int mode_access (server
*serv
, char mode
, char *prefix
);
8 void inbound_005 (server
*serv
, char *word
[]);
9 void handle_mode (server
*serv
, char *word
[], char *word_eol
[], char *nick
, int numeric_324
);
10 void send_channel_modes (session
*sess
, char *tbuf
, char *word
[], int start
, int end
, char sign
, char mode
, int modes_per_line
);