Variable cleanup for flood_*

This commit is contained in:
Berke Viktor
2012-10-22 12:20:47 +02:00
parent b563b93414
commit 87e903cd73
3 changed files with 16 additions and 18 deletions

View File

@@ -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;