#include "pluginsample.h"
Go to the source code of this file.
Functions | |
Plugin * | contruct_pluginsample (BotKernel *b) |
void | destroy_pluginsample (Plugin *p) |
bool | myFunction (Message *m, Plugin *p, BotKernel *b) |
Definition in file pluginsample.cpp.
Definition at line 45 of file pluginsample.cpp.
void destroy_pluginsample | ( | Plugin * | p | ) |
Definition at line 49 of file pluginsample.cpp.
Definition at line 53 of file pluginsample.cpp.
References Message::getNickSender(), Message::getSource(), Message::isPublic(), BotKernel::send(), and IRCProtocol::sendMsg().