Increase default irc_join_delay to 5

This commit is contained in:
TingPing 2013-05-17 05:32:53 -03:00
parent c83ca8f85a
commit 57b74c3de9
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ load_config (void)
prefs.hex_gui_win_width = 640;
prefs.hex_input_balloon_time = 20;
prefs.hex_irc_ban_type = 2;
prefs.hex_irc_join_delay = 3;
prefs.hex_irc_join_delay = 5;
prefs.hex_net_reconnect_delay = 10;
prefs.hex_notify_timeout = 15;
prefs.hex_text_max_indent = 256;