From 50d287a12d41892349e4e23015a9b371683a3105 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 15 Sep 2012 01:50:59 +0200 Subject: Disable running WHO after joining channel by default --- src/common/cfgfiles.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/cfgfiles.c') diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 352c0174..8bcfdd87 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -729,7 +729,8 @@ load_config (void) prefs.autoopendccrecvwindow = 1; prefs.autoopendccsendwindow = 1; prefs.autoopendccchatwindow = 1; - prefs.userhost = 1; + /* prevent kicks and bans caused by overwhelming who'ing after reconnects */ + /* prefs.userhost = 1; */ prefs.gui_chanlist_maxusers = 9999; prefs.gui_chanlist_minusers = 5; prefs.gui_url_mod = 4; /* ctrl */ -- cgit 1.4.1