Definition at line 758 of file dcc.cpp.
Public Member Functions | |
s_user_to_lag () | |
Public Attributes | |
int | cnt |
Number of DCC requests. | |
time_t | last_try |
Timestamp of last try from user. | |
bool | notified |
Has been user notified about its flood? | |
string | user_name |
Name of user from "logic.txt". |
|
Definition at line 764 of file dcc.cpp. References cnt, last_try, notified, and user_name.
|
|
Number of DCC requests.
Definition at line 760 of file dcc.cpp. Referenced by irc_quoted_callback(), and s_user_to_lag(). |
|
Timestamp of last try from user.
Definition at line 761 of file dcc.cpp. Referenced by irc_quoted_callback(), and s_user_to_lag(). |
|
Has been user notified about its flood?
Definition at line 762 of file dcc.cpp. Referenced by irc_quoted_callback(), and s_user_to_lag(). |
|
Name of user from "logic.txt".
Definition at line 759 of file dcc.cpp. Referenced by irc_quoted_callback(), and s_user_to_lag(). |