#include <shared.h>
Collaboration diagram for s_group:
Definition at line 123 of file shared.h.
Public Member Functions | |
s_group () | |
Public Attributes | |
string | name |
Name of group. |
|
Definition at line 126 of file shared.h. References name. 00127 { 00128 name=""; 00129 }
|
|
Name of group.
Definition at line 124 of file shared.h. Referenced by botnet_loop(), dcc_loop(), dcc_loop_edit_chan(), dcc_loop_edit_user1(), dcc_loop_new_user(), logic_parse_proc(), logic_process_line(), and s_group(). |