s_chan_def_to_pull Struct Reference

Collaboration diagram for s_chan_def_to_pull:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores channel definition to pull from remote bot.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 202 of file botnet.cpp.

Public Member Functions

 s_chan_def_to_pull ()

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_pull::s_chan_def_to_pull  )  [inline]
 

Definition at line 208 of file botnet.cpp.

References botname, chan_name, and last_changed.

00209     {
00210         botname="";
00211         chan_name="";
00212         last_changed=0;
00213     }


Member Data Documentation

string s_chan_def_to_pull::botname
 

Remote bot name.

Definition at line 203 of file botnet.cpp.

Referenced by botnet_loop(), and s_chan_def_to_pull().

string s_chan_def_to_pull::chan_name
 

Name of the channel.

Definition at line 204 of file botnet.cpp.

Referenced by botnet_loop(), and s_chan_def_to_pull().

s_channel_def s_chan_def_to_pull::chd
 

Definitions for the channel.

Definition at line 206 of file botnet.cpp.

Referenced by botnet_loop().

time_t s_chan_def_to_pull::last_changed
 

Timestamp.

Definition at line 205 of file botnet.cpp.

Referenced by botnet_loop(), and s_chan_def_to_pull().


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