Change default irc_ban_type to 1

This commit is contained in:
TingPing 2013-06-07 09:55:56 -03:00
parent 612032c9f8
commit 951292abe1
1 changed files with 1 additions and 1 deletions

View File

@ -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;