1
0
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:
Sébastien Helleu
2015-03-10 22:05:04 +01:00
parent 87865260e6
commit 80ccb335a4
19 changed files with 189 additions and 132 deletions
+2 -1
View File
@@ -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 (