Definition at line 677 of file botnet.cpp.
Public Attributes | |
char | channel [1024] |
Name of channel. | |
char | group [256] |
Name of group. | |
char | minus_modes [256] |
Minus modes. | |
char | name [256] |
Name of user. | |
char | plus_modes [256] |
Plus modes. |
|
Name of channel.
Definition at line 679 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Name of group.
Definition at line 680 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Minus modes.
Definition at line 682 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Name of user.
Definition at line 678 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |
|
Plus modes.
Definition at line 681 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_push_user(). |