mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
script: add note about HTTPS in /help script.scripts.url
This commit is contained in:
@@ -703,7 +703,8 @@ script_config_init ()
|
||||
script_config_scripts_url = weechat_config_new_option (
|
||||
script_config_file, ptr_section,
|
||||
"url", "string",
|
||||
N_("URL for file with list of scripts"),
|
||||
N_("URL for file with list of scripts; by default HTTPS is forced, "
|
||||
"see option script.scripts.url_force_https"),
|
||||
NULL, 0, 0, "http://weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL);
|
||||
script_config_scripts_url_force_https = weechat_config_new_option (
|
||||
|
||||
Reference in New Issue
Block a user