1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

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

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;