Definition at line 106 of file botnet.cpp.
Public Member Functions | |
s_user_to_pull () | |
Public Attributes | |
string | botname |
Remote bot name. | |
s_user | user |
Pulled user data. |
|
Definition at line 110 of file botnet.cpp. References botname. 00111 { 00112 botname=""; 00113 }
|
|
Remote bot name.
Definition at line 107 of file botnet.cpp. Referenced by botnet_loop(), and s_user_to_pull(). |
|
Pulled user data.
Definition at line 108 of file botnet.cpp. Referenced by botnet_loop(). |