ircbot.c  0.3.0
Multi-platform IRC bot in pure C
Bot_Command Struct Reference

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...
 

Detailed Description

Struct used to add custom commands to the bot.

Field Documentation

◆ callback

fp_cmd_t Bot_Command::callback

Function pointer to the function to be executed.

◆ name

char* Bot_Command::name

Name of the command, by which it is invoked.


The documentation for this struct was generated from the following file: