File containing bot command functions. More...
Go to the source code of this file.
Functions | |
int | commands_ident (struct IRC_Bot *bot) |
Send an ident response to the server. More... | |
int | commands_pong (struct IRC_Bot *bot, const char pong_id[]) |
Send a PONG message to the server. More... | |
File containing bot command functions.
int commands_ident | ( | struct IRC_Bot * | bot | ) |
Send an ident response to the server.
bot | pointer to IRC_Bot structure |