mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
Fix DCC accept default value
This commit is contained in:
parent
e6e252e540
commit
b007592cde
@ -738,7 +738,7 @@ load_config (void)
|
||||
prefs.hex_input_balloon_time = 20;
|
||||
prefs.hex_input_flash_priv = prefs.hex_input_flash_hilight = 1;
|
||||
prefs.hex_input_tray_priv = prefs.hex_input_tray_hilight = 1;
|
||||
prefs.hex_dcc_auto_recv = 2; /* browse mode */
|
||||
prefs.hex_dcc_auto_recv = 1; /* browse mode */
|
||||
prefs.hex_url_grabber = 1;
|
||||
prefs.hex_url_grabber_limit = 100; /* 0 means unlimited */
|
||||
prefs.hex_text_search_follow = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user