Enable logging by default

This commit is contained in:
Berke Viktor 2014-06-13 18:21:41 +02:00
parent 77d9d421fb
commit 73c914cca9
1 changed files with 1 additions and 0 deletions

View File

@ -785,6 +785,7 @@ load_default_config(void)
prefs.hex_input_tray_hilight = 1;
prefs.hex_input_tray_priv = 1;
prefs.hex_irc_cap_server_time = 1;
prefs.hex_irc_logging = 1;
prefs.hex_irc_who_join = 1; /* Can kick with inordinate amount of channels, required for some of our features though, TODO: add cap like away check? */
prefs.hex_irc_whois_front = 1;
prefs.hex_net_auto_reconnect = 1;