#include "postconnect.h"
Go to the source code of this file.
Functions | |
Plugin * | contruct_postconnect (BotKernel *b) |
void | destroy_postconnect (Plugin *p) |
bool | nick_changed (Message *m, Plugin *p, BotKernel *b) |
bool | getMyFirstNick (Message *m, Plugin *p, BotKernel *b) |
bool | secondaryNick (Message *m, Plugin *p, BotKernel *b) |
bool | onEndOfMOTD (Message *m, Plugin *p, BotKernel *b) |
Definition in file postconnect.cpp.
Definition at line 74 of file postconnect.cpp.
void destroy_postconnect | ( | Plugin * | p | ) |
Definition at line 78 of file postconnect.cpp.
Definition at line 90 of file postconnect.cpp.
References PostConnect::bumpNickRetreiveAttempts(), IRCProtocol::changeNick(), BotKernel::getCONFF(), Plugin::getName(), PostConnect::getNickRetreiveAttempts(), ConfigurationFile::getValue(), BotKernel::send(), BotKernel::setNick(), and Tools::strToUnsignedInt().
Referenced by secondaryNick().
Definition at line 82 of file postconnect.cpp.
References BotKernel::getNick(), Message::getPart(), and PostConnect::resetNickRetreiveAttempts().
Definition at line 118 of file postconnect.cpp.
References Tools::gatherVectorElements(), BotKernel::getCONFF(), Plugin::getName(), BotKernel::getNick(), BotKernel::getSysLog(), ConfigurationFile::getValue(), INFO, IRCProtocol::joinChannel(), LogFile::log(), BotKernel::send(), Tools::stringToVector(), Tools::strToInt(), and WARNING.
Definition at line 105 of file postconnect.cpp.
References BotKernel::addCountDown(), IRCProtocol::changeNick(), BotKernel::getCONFF(), getMyFirstNick(), Plugin::getName(), BotKernel::getSysLog(), ConfigurationFile::getValue(), INFO, LogFile::log(), BotKernel::send(), BotKernel::setNick(), and Tools::strToUnsignedInt().