diff options
author | TingPing <tngpng@gmail.com> | 2013-05-17 05:32:53 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-17 05:32:53 -0300 |
commit | 57b74c3de930351920c0248a6f1e24ddbda4a494 (patch) | |
tree | f9f78db0c8724624b9fbd936fbef252981afb931 /src/common/cfgfiles.c | |
parent | c83ca8f85abf5b841a77386cd4ebcd84c1deca2a (diff) |
Increase default irc_join_delay to 5
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
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; |