Definition at line 409 of file botnet.cpp.
Public Attributes | |
my_bool | channel_def |
Is object a definition for the channel? | |
char | object_name [1024] |
Name of object. | |
my_bool | procedure |
Is object a procedure? | |
my_bool | prv |
Is object a private query definition? | |
uint32 | reason |
Reason. | |
my_bool | user |
Is object an user? |
|
Is object a definition for the channel?
Definition at line 412 of file botnet.cpp. Referenced by botnet_loop(). |
|
Name of object.
Definition at line 414 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), and botnet_loop(). |
|
Is object a procedure?
Definition at line 411 of file botnet.cpp. Referenced by botnet_loop(). |
|
Is object a private query definition?
Definition at line 413 of file botnet.cpp. Referenced by botnet_loop(). |
|
Reason.
Definition at line 426 of file botnet.cpp. Referenced by botnet_loop(), and s_bot_command::flip(). |
|
Is object an user?
Definition at line 410 of file botnet.cpp. Referenced by botnet_loop(). |