mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Variable cleanup for flood_*
This commit is contained in:
@@ -128,6 +128,10 @@ struct hexchatprefs
|
||||
int hex_dcc_port_last;
|
||||
int hex_dcc_stall_timeout;
|
||||
int hex_dcc_timeout;
|
||||
int hex_flood_ctcp_num; /*flood */
|
||||
int hex_flood_ctcp_time; /*seconds of floods */
|
||||
int hex_flood_msg_num; /*same deal */
|
||||
int hex_flood_msg_time;
|
||||
|
||||
unsigned int hex_away_auto_unmark;
|
||||
unsigned int hex_away_omit_alerts;
|
||||
@@ -316,12 +320,6 @@ struct hexchatprefs
|
||||
unsigned int identd;
|
||||
unsigned int gui_one_instance;
|
||||
|
||||
unsigned int ctcp_number_limit; /*flood */
|
||||
unsigned int ctcp_time_limit; /*seconds of floods */
|
||||
|
||||
unsigned int msg_number_limit; /*same deal */
|
||||
unsigned int msg_time_limit;
|
||||
|
||||
unsigned int url_grabber;
|
||||
unsigned int url_grabber_limit;
|
||||
unsigned int url_logging;
|
||||
|
||||
Reference in New Issue
Block a user