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/de/includes/autogen_user_options.de.adoc | |
parent | 9ccf62979fd487ace77c6caa430b41f74c97248c (diff) | |
download | weechat-3c987f3a1c5ec325c134bff0e59858cfe0e71f2d.zip |
script: add option script.scripts.download_enabled (closes #1548)
Diffstat (limited to 'doc/de/includes/autogen_user_options.de.adoc')
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index 81442f1cb..7d67105c9 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -3320,6 +3320,12 @@ ** Werte: -1 .. 525600 ** Standardwert: `+1440+` +* [[option_script.scripts.download_enabled]] *script.scripts.download_enabled* +** Beschreibung: 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] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+off+` + * [[option_script.scripts.download_timeout]] *script.scripts.download_timeout* ** Beschreibung: pass:none[Zeitüberschreitung (in Sekunden) beim herunterladen von Skripten und der Skriptliste] ** Typ: integer |