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_member > | members |
List of members. |
|
Definition at line 1480 of file botnet.cpp. References channel_name, and members. 01481 { 01482 channel_name=""; 01483 members.clear(); 01484 }
|
|
Name of channel.
Definition at line 1477 of file botnet.cpp. Referenced by botnet_loop(), botnet_partyline_join_channel(), and s_botnet_channel(). |
|
List of members.
Definition at line 1478 of file botnet.cpp. Referenced by s_botnet_channel(). |