diff options
author | TingPing <tngpng@gmail.com> | 2013-04-03 18:35:40 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-03 18:35:40 -0300 |
commit | 477d7470c1da3fae092687d0dbf5dbab5d37633a (patch) | |
tree | 7cd2aba7a80265038d67f80ba5d23148886e80e3 /src/common | |
parent | 3706b51159027df564f96fbbc434ca60d7713481 (diff) |
renable irc_who_join by default
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index cca2267a..aa0fb1a7 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -682,7 +682,7 @@ load_config (void) prefs.hex_input_flash_priv = 1; 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_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; prefs.hex_net_throttle = 1; |