Definition at line 1495 of file botnet.cpp.
Public Member Functions | |
s_msg_id () | |
Public Attributes | |
uint32 | id |
ID of message. | |
my_time_t | time |
Time of message. |
|
Definition at line 1499 of file botnet.cpp. References time. 01500 { 01501 time=0; 01502 id=0; 01503 }
|
|
ID of message.
Definition at line 1497 of file botnet.cpp. Referenced by botnet_partyline_event(), and botnet_partyline_message(). |
|
Time of message.
Definition at line 1496 of file botnet.cpp. Referenced by botnet_partyline_event(), botnet_partyline_message(), and s_msg_id(). |