mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
Increase default irc_join_delay to 5
This commit is contained in:
parent
c83ca8f85a
commit
57b74c3de9
@ -729,7 +729,7 @@ load_config (void)
|
|||||||
prefs.hex_gui_win_width = 640;
|
prefs.hex_gui_win_width = 640;
|
||||||
prefs.hex_input_balloon_time = 20;
|
prefs.hex_input_balloon_time = 20;
|
||||||
prefs.hex_irc_ban_type = 2;
|
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_net_reconnect_delay = 10;
|
||||||
prefs.hex_notify_timeout = 15;
|
prefs.hex_notify_timeout = 15;
|
||||||
prefs.hex_text_max_indent = 256;
|
prefs.hex_text_max_indent = 256;
|
||||||
|
Loading…
Reference in New Issue
Block a user