diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-09-06 19:15:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-09-06 19:15:15 +0200 |
commit | 3c987f3a1c5ec325c134bff0e59858cfe0e71f2d (patch) | |
tree | 7cbd35fd20d8543d2fa0f95d720d2306892b2373 /doc/en | |
parent | 9ccf62979fd487ace77c6caa430b41f74c97248c (diff) | |
download | weechat-3c987f3a1c5ec325c134bff0e59858cfe0e71f2d.zip |
script: add option script.scripts.download_enabled (closes #1548)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index 2503bd78e..11fee7187 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -3320,6 +3320,12 @@ ** values: -1 .. 525600 ** default value: `+1440+` +* [[option_script.scripts.download_enabled]] *script.scripts.download_enabled* +** description: pass:none[enable download of files from the scripts repository when the /script command is used (list of scripts and scripts themselves); the list of scripts is downloaded from the URL specified in the option script.scripts.url; WeeChat will sometimes download again the list of scripts when you use the /script command, even if you don't install a script] +** type: boolean +** values: on, off +** default value: `+off+` + * [[option_script.scripts.download_timeout]] *script.scripts.download_timeout* ** description: pass:none[timeout (in seconds) for download of scripts and list of scripts] ** type: integer |