s_user_to_pull Struct Reference

Collaboration diagram for s_user_to_pull:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores user data to pull from remote bot.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 106 of file botnet.cpp.

Public Member Functions

 s_user_to_pull ()

Public Attributes

string botname
 Remote bot name.
s_user user
 Pulled user data.


Constructor & Destructor Documentation

s_user_to_pull::s_user_to_pull  )  [inline]
 

Definition at line 110 of file botnet.cpp.

References botname.

00111     {
00112         botname="";
00113     }


Member Data Documentation

string s_user_to_pull::botname
 

Remote bot name.

Definition at line 107 of file botnet.cpp.

Referenced by botnet_loop(), and s_user_to_pull().

s_user s_user_to_pull::user
 

Pulled user data.

Definition at line 108 of file botnet.cpp.

Referenced by botnet_loop().


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

Hosted by SourceForge.net Logo