s_botnet_channel Struct Reference

Collaboration diagram for s_botnet_channel:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores informations about partyline channel.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 1476 of file botnet.cpp.

Public Member Functions

 s_botnet_channel ()

Public Attributes

string channel_name
 Name of channel.
vector< s_partyline_membermembers
 List of members.


Constructor & Destructor Documentation

s_botnet_channel::s_botnet_channel  )  [inline]
 

Definition at line 1480 of file botnet.cpp.

References channel_name, and members.

01481     {
01482         channel_name="";
01483         members.clear();
01484     }


Member Data Documentation

string s_botnet_channel::channel_name
 

Name of channel.

Definition at line 1477 of file botnet.cpp.

Referenced by botnet_loop(), botnet_partyline_join_channel(), and s_botnet_channel().

vector<s_partyline_member> s_botnet_channel::members
 

List of members.

Definition at line 1478 of file botnet.cpp.

Referenced by s_botnet_channel().


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