Definition at line 608 of file botnet.cpp.
Public Attributes | |
uint32 | dcc_group |
DCC group ID. | |
char | dcc_host [1024] |
DCC host. | |
char | name [256] |
Name of user. |
|
DCC group ID.
Definition at line 610 of file botnet.cpp. Referenced by botnet_loop(), botnet_push_user(), and s_bot_command::flip(). |
|
DCC host.
Definition at line 611 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Name of user.
Definition at line 609 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |