summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-05-17 05:32:53 -0300
committerTingPing <tngpng@gmail.com>2013-05-17 05:32:53 -0300
commit57b74c3de930351920c0248a6f1e24ddbda4a494 (patch)
treef9f78db0c8724624b9fbd936fbef252981afb931 /src/common/cfgfiles.c
parentc83ca8f85abf5b841a77386cd4ebcd84c1deca2a (diff)
Increase default irc_join_delay to 5
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index a7949d3f..e754e17d 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -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;