Definition at line 848 of file botnet.cpp.
Public Attributes | |
char | botname [256] |
Name of bot on which is user. | |
char | channel [1024] |
Name of channel. | |
uint32 | id |
ID of message. | |
char | user [256] |
Name of user. |
|
Name of bot on which is user.
Definition at line 852 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), and botnet_loop(). |
|
Name of channel.
Definition at line 851 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_partyline_event(). |
|
ID of message.
Definition at line 849 of file botnet.cpp. Referenced by botnet_loop(), botnet_partyline_event(), and s_bot_command::flip(). |
|
Name of user.
Definition at line 850 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), and botnet_partyline_event(). |