PostConnect Class Reference

Afer connect plugin. More...

#include <postconnect.h>

Inheritance diagram for PostConnect:

Plugin

List of all members.

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


Detailed Description

Afer connect plugin.

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.


Constructor & Destructor Documentation

PostConnect::PostConnect ( BotKernel b  ) 


Member Function Documentation

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

Returns:
attempts number

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().


Member Data Documentation

unsigned int PostConnect::nickRetreiveAttempts [private]

stores attempts number

Definition at line 43 of file postconnect.h.

Referenced by bumpNickRetreiveAttempts(), getNickRetreiveAttempts(), and resetNickRetreiveAttempts().


The documentation for this class was generated from the following files:

Generated on Sun Aug 16 15:28:54 2009 for trustyRC by  doxygen 1.5.8