Disable running WHO after joining channel by default
This commit is contained in:
parent
28b7ba80e9
commit
50d287a12d
|
@ -729,7 +729,8 @@ load_config (void)
|
||||||
prefs.autoopendccrecvwindow = 1;
|
prefs.autoopendccrecvwindow = 1;
|
||||||
prefs.autoopendccsendwindow = 1;
|
prefs.autoopendccsendwindow = 1;
|
||||||
prefs.autoopendccchatwindow = 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_maxusers = 9999;
|
||||||
prefs.gui_chanlist_minusers = 5;
|
prefs.gui_chanlist_minusers = 5;
|
||||||
prefs.gui_url_mod = 4; /* ctrl */
|
prefs.gui_url_mod = 4; /* ctrl */
|
||||||
|
|
Loading…
Reference in New Issue