s_user_to_push Struct Reference

Collaboration diagram for s_user_to_push:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores user data to push to remote bot.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 122 of file botnet.cpp.

Public Member Functions

 s_user_to_push ()

Public Attributes

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


Constructor & Destructor Documentation

s_user_to_push::s_user_to_push  )  [inline]
 

Definition at line 126 of file botnet.cpp.

References botname.

00127     {
00128         botname="";
00129     }


Member Data Documentation

string s_user_to_push::botname
 

Remote bot name.

Definition at line 123 of file botnet.cpp.

Referenced by botnet_loop(), and s_user_to_push().

s_user s_user_to_push::user
 

Pushed user data.

Definition at line 124 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