Definition at line 624 of file botnet.cpp.
Public Attributes | |
my_bool | can_send_unknown_users |
Can user send messages / files to unknown users? | |
char | channel [1024] |
Name of channel. | |
uint32 | ctcp_flood_l |
CTCP flood limit: number of lines. | |
my_time_t | ctcp_flood_s |
CTCP flood limit: number of seconds. | |
char | dynamic_minus_modes [128] |
Dynamic minus modes. | |
char | dynamic_plus_modes [128] |
Dynamic plus modes. | |
uint32 | join_flood_l |
Join flood limit: number of lines. | |
my_time_t | join_flood_s |
Join flood limit: number of seconds. | |
uint32 | mode_flood_l |
Mode flood limit: number of lines. | |
my_time_t | mode_flood_s |
Mode flood limit: number of seconds. | |
uint32 | msg_flood_l |
Message flood limit: number of lines. | |
my_time_t | msg_flood_s |
Message flood limit: number of seconds. | |
char | name [256] |
Name of user. | |
uint32 | nick_flood_l |
Nick flood limit: number of lines. | |
my_time_t | nick_flood_s |
Nick flood limit: number of seconds. | |
uint32 | notice_flood_l |
Notice flood limit: number of lines. | |
my_time_t | notice_flood_s |
Notice flood limit: number of seconds. | |
char | on_ban [1024] |
on_ban event | |
char | on_banned [1024] |
on_banned event | |
char | on_creator [1024] |
on_creator event | |
char | on_decreator [1024] |
on_decreator event | |
char | on_deop [1024] |
on_deop event | |
char | on_devoice [1024] |
on_devoice event | |
char | on_except [1024] |
on_except event | |
char | on_flood [1024] |
on_flood event | |
char | on_invite [1024] |
on_invite event | |
char | on_join [1024] |
on_join event | |
char | on_kick [1024] |
on_kick event | |
char | on_not_in_reop [1024] |
on_not_in_reop event | |
char | on_not_invited [1024] |
on_not_invited event | |
char | on_notice [1024] |
on_notice event | |
char | on_op [1024] |
on_op event | |
char | on_privmsg [1024] |
on_privmsg event | |
char | on_reop [1024] |
on_reop event | |
char | on_unban [1024] |
on_unban event | |
char | on_unexcept [1024] |
on_unexcept event | |
char | on_uninvite [1024] |
on_uninvete event | |
char | on_voice [1024] |
on_voice event | |
uint32 | repeat_flood_l |
Repeat flood limit: number of lines. | |
my_time_t | repeat_flood_s |
Repeat flood limit: number of seconds. |
|
Can user send messages / files to unknown users?
Definition at line 664 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Name of channel.
Definition at line 626 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
CTCP flood limit: number of lines.
Definition at line 660 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
CTCP flood limit: number of seconds.
Definition at line 661 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Dynamic minus modes.
Definition at line 663 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Dynamic plus modes.
Definition at line 662 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Join flood limit: number of lines.
Definition at line 656 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Join flood limit: number of seconds.
Definition at line 657 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Mode flood limit: number of lines.
Definition at line 658 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Mode flood limit: number of seconds.
Definition at line 659 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Message flood limit: number of lines.
Definition at line 648 of file botnet.cpp. Referenced by botnet_loop(), botnet_push_user(), and s_bot_command::flip(). |
|
Message flood limit: number of seconds.
Definition at line 649 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Name of user.
Definition at line 625 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Nick flood limit: number of lines.
Definition at line 654 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Nick flood limit: number of seconds.
Definition at line 655 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Notice flood limit: number of lines.
Definition at line 650 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Notice flood limit: number of seconds.
Definition at line 651 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
on_ban event
Definition at line 628 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_banned event
Definition at line 637 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_creator event
Definition at line 634 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_decreator event
Definition at line 635 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_deop event
Definition at line 627 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_devoice event
Definition at line 633 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_except event
Definition at line 641 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_flood event
Definition at line 638 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_invite event
Definition at line 643 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_join event
Definition at line 636 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_kick event
Definition at line 630 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_not_in_reop event
Definition at line 646 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_not_invited event
Definition at line 645 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_notice event
Definition at line 640 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_op event
Definition at line 631 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_privmsg event
Definition at line 639 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_reop event
Definition at line 647 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_unban event
Definition at line 629 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_unexcept event
Definition at line 642 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_uninvete event
Definition at line 644 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
on_voice event
Definition at line 632 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Repeat flood limit: number of lines.
Definition at line 652 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |
|
Repeat flood limit: number of seconds.
Definition at line 653 of file botnet.cpp. Referenced by botnet_loop(), and botnet_push_user(). |