1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 11:12:19 -05:00

default irc_whois_front on

This commit is contained in:
TingPing 2012-12-29 01:23:00 -05:00
parent d07ee22f58
commit 1a0396dcae

View File

@ -679,6 +679,7 @@ load_config (void)
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_whois_front = 1;
prefs.hex_net_auto_reconnect = 1;
prefs.hex_net_throttle = 1;
prefs.hex_stamp_log = 1;