Data Fields | |
char * | name |
Command name. | |
int | replies [20] |
Possible replies. | |
int | end_replies [20] |
Possible replies that are the last reply to this command. | |
int | errors [20] |
Possible errors. | |
int(* | handle )(const struct irc_line *, const struct irc_network *n, struct irc_client *c, struct query *) |
Function for handling the responses. |
char* query::name |
Command name.
int query::replies[20] |
Possible replies.
int query::end_replies[20] |
Possible replies that are the last reply to this command.
int query::errors[20] |
Possible errors.
int(* query::handle)(const struct irc_line *, const struct irc_network *n, struct irc_client *c, struct query *) |
Function for handling the responses.