summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_faq.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-11-25 08:28:17 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-11-25 08:28:17 +0100
commit829f64a38854418d9d4db4281cba76a7bd40d2e1 (patch)
treef33f15a3304827324f86ed96bf75046513e49585 /doc/ja/weechat_faq.ja.adoc
parentef1c95995908b74417f2d47c2d7e3358671b7146 (diff)
downloadweechat-829f64a38854418d9d4db4281cba76a7bd40d2e1.zip
doc: add question about command "/script update" in FAQ
Diffstat (limited to 'doc/ja/weechat_faq.ja.adoc')
-rw-r--r--doc/ja/weechat_faq.ja.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc
index f079f0ed2..9968fbe6f 100644
--- a/doc/ja/weechat_faq.ja.adoc
+++ b/doc/ja/weechat_faq.ja.adoc
@@ -824,6 +824,25 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
スクリプトは他の 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]]
== 設定