renable irc_who_join by default

This commit is contained in:
TingPing 2013-04-03 18:35:40 -03:00
parent 3706b51159
commit 477d7470c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;