s_nick_to_lag Struct Reference

Collaboration diagram for s_nick_to_lag:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores information about usage of CTCP requests for nicks. Used for flood protection.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 12764 of file logic.cpp.

Public Member Functions

 s_nick_to_lag ()

Public Attributes

int cnt
 Number of CTCP requests.
time_t last_try
 Timestamp of last try from nick.
string nick
 Nick of user.


Constructor & Destructor Documentation

s_nick_to_lag::s_nick_to_lag  )  [inline]
 

Definition at line 12769 of file logic.cpp.

12769                     {
12770         nick="";
12771         cnt=0;
12772         last_try=0;
12773     }


Member Data Documentation

int s_nick_to_lag::cnt
 

Number of CTCP requests.

Definition at line 12766 of file logic.cpp.

Referenced by logic_ctcp().

time_t s_nick_to_lag::last_try
 

Timestamp of last try from nick.

Definition at line 12767 of file logic.cpp.

Referenced by logic_ctcp().

string s_nick_to_lag::nick
 

Nick of user.

Definition at line 12765 of file logic.cpp.

Referenced by logic_ctcp().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:48 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo