Struct used to add custom commands to the bot. More...
#include <bot.h>
Data Fields | |
char * | name |
Name of the command, by which it is invoked. More... | |
fp_cmd_t | callback |
Function pointer to the function to be executed. More... | |
Struct used to add custom commands to the bot.
fp_cmd_t Bot_Command::callback |
Function pointer to the function to be executed.
char* Bot_Command::name |
Name of the command, by which it is invoked.