diff options
author | Berke Viktor <github.bviktor@outlook.com> | 2014-06-13 18:21:41 +0200 |
---|---|---|
committer | Berke Viktor <github.bviktor@outlook.com> | 2014-06-13 18:21:41 +0200 |
commit | 73c914cca92062767baeb3822a37674258eb3ea6 (patch) | |
tree | 4962cd54065a6e96749011ae579aaf9c3a025dab /src/common | |
parent | 77d9d421fb14f99ee4624633535a762075c2a442 (diff) |
Enable logging by default
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 800fc1ca..33d9a5d6 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -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; |