From 477d7470c1da3fae092687d0dbf5dbab5d37633a Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 3 Apr 2013 18:35:40 -0300 Subject: renable irc_who_join by default --- src/common/cfgfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') 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; -- cgit 1.4.1