diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |