|
libircbot
library providing a framework for implementing an IRC bot
|
A response to a bot event, to be filled by a handler. More...
#include <ircbot/ircbot.h>
Public Member Functions | |
| void | IrcBotResponse_addMsg (IrcBotResponse *self, const char *to, const char *msg, int action) |
| Add a message to a bot response. More... | |
A response to a bot event, to be filled by a handler.
| void IrcBotResponse_addMsg | ( | IrcBotResponse * | self, |
| const char * | to, | ||
| const char * | msg, | ||
| int | action | ||
| ) |
Add a message to a bot response.
| self | the IrcBotResponse |
| to | channel or nick to send the message to |
| msg | the message to send |
| action | 0 for a normal message, 1 for an ACTION (like /me command) |