Definition at line 827 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 event. | |
my_bool | join |
Is this a join? | |
my_bool | leave |
Is this a leave? | |
char | message [1024] |
Message. | |
my_bool | msg |
Is this a message? | |
char | user [256] |
Name of user. |
|
Name of bot on which is user.
Definition at line 835 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), and botnet_partyline_message(). |
|
Name of channel.
Definition at line 834 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), botnet_partyline_event(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), and botnet_partyline_message(). |
|
ID of event.
Definition at line 828 of file botnet.cpp. Referenced by botnet_loop(), botnet_partyline_event(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), botnet_partyline_message(), and s_bot_command::flip(). |
|
Is this a join?
Definition at line 832 of file botnet.cpp. Referenced by botnet_partyline_event(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), and botnet_partyline_message(). |
|
Is this a leave?
Definition at line 833 of file botnet.cpp. Referenced by botnet_partyline_event(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), and botnet_partyline_message(). |
|
Message.
Definition at line 831 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_partyline_event(), and botnet_partyline_message(). |
|
Is this a message?
Definition at line 830 of file botnet.cpp. Referenced by botnet_partyline_event(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), and botnet_partyline_message(). |
|
Name of user.
Definition at line 829 of file botnet.cpp. Referenced by botnet_check_for_buffer_overflow(), botnet_loop(), botnet_partyline_event(), botnet_partyline_join_channel(), botnet_partyline_leave_channel(), and botnet_partyline_message(). |