#include "ctcp.h"
Go to the source code of this file.
Functions | |
| Plugin * | contruct_ctcp (BotKernel *b) |
| void | destroy_ctcp (Plugin *p) |
| bool | ctcp_ping (Message *m, Plugin *p, BotKernel *b) |
| bool | ctcp_version (Message *m, Plugin *p, BotKernel *b) |
Definition in file ctcp.cpp.
Definition at line 54 of file ctcp.cpp.
References Message::getNickSender(), Message::getPart(), BotKernel::send(), and IRCProtocol::sendNotice().
Definition at line 59 of file ctcp.cpp.
References Message::getNickSender(), BotKernel::getVersion(), BotKernel::send(), and IRCProtocol::sendNotice().
1.5.7.1