#include <postconnect.h>
Public Member Functions | |
PostConnect (BotKernel *) | |
Constructor. | |
unsigned int | getNickRetreiveAttempts () |
get nick retreive attemtps | |
void | bumpNickRetreiveAttempts () |
Increase nick retreive attempts. | |
void | resetNickRetreiveAttempts () |
Rest nick retreive attempts. | |
Private Attributes | |
unsigned int | nickRetreiveAttempts |
stores attempts number |
This class plugin mamage all actions performed after server connection (join channels, auth to bots, and raw actions)
Definition at line 39 of file postconnect.h.
PostConnect::PostConnect | ( | BotKernel * | b | ) |
Constructor.
Constructor
Definition at line 34 of file postconnect.cpp.
References Plugin::author, Plugin::bindFunction(), Plugin::description, IN_TYPE_HANDLER, Plugin::name, resetNickRetreiveAttempts(), and Plugin::version.
void PostConnect::bumpNickRetreiveAttempts | ( | ) |
Increase nick retreive attempts.
Increase nick take attempts
Definition at line 59 of file postconnect.cpp.
References nickRetreiveAttempts.
Referenced by getMyFirstNick().
unsigned int PostConnect::getNickRetreiveAttempts | ( | ) |
get nick retreive attemtps
get nick take attemtps
Definition at line 51 of file postconnect.cpp.
References nickRetreiveAttempts.
Referenced by getMyFirstNick().
void PostConnect::resetNickRetreiveAttempts | ( | ) |
Rest nick retreive attempts.
Rest nick take attempts
Definition at line 67 of file postconnect.cpp.
References nickRetreiveAttempts.
Referenced by nick_changed(), and PostConnect().
unsigned int PostConnect::nickRetreiveAttempts [private] |
stores attempts number
Definition at line 43 of file postconnect.h.
Referenced by bumpNickRetreiveAttempts(), getNickRetreiveAttempts(), and resetNickRetreiveAttempts().