diff options
author | TingPing <tingping@tingping.se> | 2012-12-29 01:23:00 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-29 01:23:00 -0500 |
commit | 1a0396dcae91d01312e971a805900c54b028fb5a (patch) | |
tree | f2dc1a936e1c0da172efd434498f04947b34beb8 /src/common | |
parent | d07ee22f5840e4e3c490564a570339fc4c6c4567 (diff) |
default irc_whois_front on
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 7a2b9427..6748fbbd 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -679,6 +679,7 @@ load_config (void) prefs.hex_input_tray_hilight = 1; prefs.hex_input_tray_priv = 1; /* prefs.hex_irc_who_join = 1; prevent kicks and bans caused by overwhelming who'ing after reconnects */ + prefs.hex_irc_whois_front = 1; prefs.hex_net_auto_reconnect = 1; prefs.hex_net_throttle = 1; prefs.hex_stamp_log = 1; |