diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-25 08:28:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-25 08:28:17 +0100 |
commit | 829f64a38854418d9d4db4281cba76a7bd40d2e1 (patch) | |
tree | f33f15a3304827324f86ed96bf75046513e49585 /doc/pl/weechat_faq.pl.adoc | |
parent | ef1c95995908b74417f2d47c2d7e3358671b7146 (diff) | |
download | weechat-829f64a38854418d9d4db4281cba76a7bd40d2e1.zip |
doc: add question about command "/script update" in FAQ
Diffstat (limited to 'doc/pl/weechat_faq.pl.adoc')
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index f5ceeb69b..7e7e554f2 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -836,6 +836,25 @@ Możesz użyć komendy `/script` do instalowania i zarządzania skryptami Skrypty nie są kompatybilne z innymi klientami IRC. +// TRANSLATION MISSING +[[scripts_update]] +=== The command "/script update" can not read scripts, how to fix that? + +First check questions about SSL connection in this FAQ +(especially the option _weechat.network.gnutls_ca_file_). + +If still not working, try to manually delete the scripts file (in your shell): + +---- +$ rm ~/.weechat/script/plugins.xml.gz +---- + +And update scripts again in WeeChat: + +---- +/script update +---- + [[settings]] == Ustawienia |