|
libircbot
library providing a framework for implementing an IRC bot
|
A bot event to be handled. More...
#include <ircbot/ircbot.h>
Public Member Functions | |
| IrcBotEventType | IrcBotEvent_type (const IrcBotEvent *self) |
| The type of the event. More... | |
| const IrcServer * | IrcBotEvent_server (const IrcBotEvent *self) |
| The server the event came from. More... | |
| const IrcChannel * | IrcBotEvent_channel (const IrcBotEvent *self) |
| The channel the event occured on. More... | |
| const char * | IrcBotEvent_origin (const IrcBotEvent *self) |
| The origin of the event. More... | |
| const char * | IrcBotEvent_command (const IrcBotEvent *self) |
| The bot command. More... | |
| const char * | IrcBotEvent_from (const IrcBotEvent *self) |
| The sender of the message. More... | |
| const char * | IrcBotEvent_arg (const IrcBotEvent *self) |
| Additional arguments of the event. More... | |
| IrcBotResponse * | IrcBotEvent_response (IrcBotEvent *self) |
| Obtain a response object to configure. More... | |
A bot event to be handled.
| const char * IrcBotEvent_arg | ( | const IrcBotEvent * | self | ) |
Additional arguments of the event.
| self | the IrcBotEvent |
| const IrcChannel * IrcBotEvent_channel | ( | const IrcBotEvent * | self | ) |
The channel the event occured on.
| self | the IrcBotEvent |
| const char * IrcBotEvent_command | ( | const IrcBotEvent * | self | ) |
The bot command.
| self | the IrcBotEvent |
| const char * IrcBotEvent_from | ( | const IrcBotEvent * | self | ) |
The sender of the message.
| self | the IrcBotEvent |
| const char * IrcBotEvent_origin | ( | const IrcBotEvent * | self | ) |
The origin of the event.
| self | the IrcBotEvent |
| IrcBotResponse * IrcBotEvent_response | ( | IrcBotEvent * | self | ) |
Obtain a response object to configure.
| self | the IrcBotEvent |
| const IrcServer * IrcBotEvent_server | ( | const IrcBotEvent * | self | ) |
| IrcBotEventType IrcBotEvent_type | ( | const IrcBotEvent * | self | ) |