Disable running WHO after joining channel by default

This commit is contained in:
Berke Viktor 2012-09-15 01:50:59 +02:00
parent 28b7ba80e9
commit 50d287a12d
1 changed files with 2 additions and 1 deletions

View File

@ -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 */