Definition at line 776 of file botnet.cpp.
Public Attributes | |
my_bool | channel_def |
Is object a channel definition? | |
my_time_t | now |
Current time. | |
char | object_name [1024] |
Name of object. | |
my_time_t | original_time |
Original timestamp. | |
my_bool | procedure |
Is object a procedure? | |
my_bool | prv |
Is object a private query definition? | |
my_bool | user |
Is object an user? |
|
Is object a channel definition?
Definition at line 780 of file botnet.cpp. Referenced by botnet_loop(). |
|
Current time.
Definition at line 777 of file botnet.cpp. Referenced by s_bot_command::flip(). |
|
Name of object.
Definition at line 782 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), and botnet_loop(). |
|
Original timestamp.
Definition at line 783 of file botnet.cpp. Referenced by botnet_loop(), and s_bot_command::flip(). |
|
Is object a procedure?
Definition at line 779 of file botnet.cpp. Referenced by botnet_loop(). |
|
Is object a private query definition?
Definition at line 781 of file botnet.cpp. Referenced by botnet_loop(). |
|
Is object an user?
Definition at line 778 of file botnet.cpp. Referenced by botnet_loop(). |