s_chan_def_to_push Struct Reference

Collaboration diagram for s_chan_def_to_push:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores channel definition to push to remote bot.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 182 of file botnet.cpp.

Public Member Functions

 s_chan_def_to_push ()

Public Attributes

string botname
 Remote bot name.
string chan_name
 Name of the channel.
s_channel_def chd
 Definitions for the channel.
time_t last_changed
 Timestamp.


Constructor & Destructor Documentation

s_chan_def_to_push::s_chan_def_to_push  )  [inline]
 

Definition at line 188 of file botnet.cpp.

References botname, chan_name, and last_changed.

00189     {
00190         botname="";
00191         chan_name="";
00192         last_changed=0;
00193     }


Member Data Documentation

string s_chan_def_to_push::botname
 

Remote bot name.

Definition at line 183 of file botnet.cpp.

Referenced by botnet_loop(), and s_chan_def_to_push().

string s_chan_def_to_push::chan_name
 

Name of the channel.

Definition at line 184 of file botnet.cpp.

Referenced by botnet_loop(), and s_chan_def_to_push().

s_channel_def s_chan_def_to_push::chd
 

Definitions for the channel.

Definition at line 186 of file botnet.cpp.

time_t s_chan_def_to_push::last_changed
 

Timestamp.

Definition at line 185 of file botnet.cpp.

Referenced by botnet_loop(), and s_chan_def_to_push().


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

Hosted by SourceForge.net Logo