Definition at line 439 of file botnet.cpp.
Public Attributes | |
my_bool | access_grant_backup |
Can this user grant/deny access to .backup command to other user? | |
my_bool | access_grant_can_send_all_users |
Can this user grant right to other user to send message / file to all users? | |
my_bool | access_grant_can_send_unknown_users |
Can this grant right to other user to send message / file to unknown users on all bot's channels? | |
my_bool | access_grant_partyline |
Can this user grant/deny access to partyline to other user? | |
my_bool | access_grant_plusproc |
Can this user grant/deny access to .+proc command to other user? | |
my_bool | access_grant_plususer |
Can this user grant/deny access to .+user command to other user? | |
my_bool | access_grant_rehash |
Can this user grant/deny access to .rehash command to other user? | |
my_bool | access_to_backup |
Can this user use .backup command? | |
my_bool | access_to_can_send_all_users |
Can this user send message / file to all users? | |
my_bool | access_to_can_send_unknown_users |
Can this user send message / file to unknown users on all bot's channels? | |
my_bool | access_to_partyline |
Has this user access to partyline? | |
my_bool | access_to_plusproc |
Can this user use .+proc command? | |
my_bool | access_to_plususer |
Can this user use .+user command? | |
my_bool | access_to_rehash |
Can this user use .rehash command? | |
my_bool | host_bot |
Is this user a bot itself? | |
my_bool | host_unknown |
Is this user an unknown user? | |
my_bool | is_template |
Is this an user template? | |
my_time_t | last_changed |
Time of last change. | |
char | name [256] |
User name. | |
s_flood | partyline_msg_flood |
Message flood limit on partyline channels. | |
my_bool | terminator |
Is this user terminated? |
|
Can this user grant/deny access to .backup command to other user?
Definition at line 447 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user grant right to other user to send message / file to all users?
Definition at line 456 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this grant right to other user to send message / file to unknown users on all bot's channels?
Definition at line 458 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user grant/deny access to partyline to other user?
Definition at line 445 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user grant/deny access to .+proc command to other user?
Definition at line 454 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user grant/deny access to .+user command to other user?
Definition at line 452 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user grant/deny access to .rehash command to other user?
Definition at line 449 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user use .backup command?
Definition at line 446 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user send message / file to all users?
Definition at line 455 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user send message / file to unknown users on all bot's channels?
Definition at line 457 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Has this user access to partyline?
Definition at line 450 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user use .+proc command?
Definition at line 453 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user use .+user command?
Definition at line 451 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Can this user use .rehash command?
Definition at line 448 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Is this user a bot itself?
Definition at line 442 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Is this user an unknown user?
Definition at line 441 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Is this an user template?
Definition at line 443 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Time of last change.
Definition at line 460 of file botnet.cpp. Referenced by botnet_loop(), botnet_push_user(), and s_bot_command::flip(). |
|
User name.
Definition at line 440 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Message flood limit on partyline channels.
Definition at line 459 of file botnet.cpp. Referenced by botnet_loop(), botnet_push_user(), and s_bot_command::flip(). |
|
Is this user terminated?
Definition at line 444 of file botnet.cpp. Referenced by botnet_loop(). |