Definition at line 122 of file botnet.cpp.
Public Member Functions | |
s_user_to_push () | |
Public Attributes | |
string | botname |
Remote bot name. | |
s_user | user |
Pushed user data. |
|
Definition at line 126 of file botnet.cpp. References botname. 00127 { 00128 botname=""; 00129 }
|
|
Remote bot name.
Definition at line 123 of file botnet.cpp. Referenced by botnet_loop(), and s_user_to_push(). |
|
Pushed user data.
Definition at line 124 of file botnet.cpp. Referenced by botnet_loop(). |