#include "ping.h"
Go to the source code of this file.
Functions | |
Plugin * | contruct_ping (BotKernel *b) |
void | destroy_ping (Plugin *p) |
bool | pinged (Message *m, Plugin *p, BotKernel *b) |
bool | checkConnection (Message *m, Plugin *p, BotKernel *b) |
bool | pongMe (Message *m, Plugin *p, BotKernel *b) |
Definition in file ping.cpp.
Definition at line 81 of file ping.cpp.
References BotKernel::getNick(), Ping::getPonged(), BotKernel::getSysLog(), LogFile::log(), IRCProtocol::ping(), BotKernel::send(), BotKernel::setConnected(), Ping::setPonged(), and WARNING.
Definition at line 76 of file ping.cpp.
References Message::getPart(), IRCProtocol::pong(), and BotKernel::send().