Change default irc_ban_type to 1
This commit is contained in:
parent
612032c9f8
commit
951292abe1
|
@ -717,7 +717,7 @@ load_default_config(void)
|
|||
prefs.hex_gui_win_height = 400;
|
||||
prefs.hex_gui_win_width = 640;
|
||||
prefs.hex_input_balloon_time = 20;
|
||||
prefs.hex_irc_ban_type = 2;
|
||||
prefs.hex_irc_ban_type = 1;
|
||||
prefs.hex_irc_join_delay = 5;
|
||||
prefs.hex_net_reconnect_delay = 10;
|
||||
prefs.hex_notify_timeout = 15;
|
||||
|
|
Loading…
Reference in New Issue