summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-12-23 21:21:40 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-12-23 21:21:40 +0100
commitfbc87573d06cb5f4426bd69606c3d9bc8ce2e7a8 (patch)
tree5739f012b12dd474912a7b22f03bf15c0111ac7a /doc/ja
parentc4626bc08ab972625cd8ada2a05cfc3b8436a63c (diff)
downloadweechat-fbc87573d06cb5f4426bd69606c3d9bc8ce2e7a8.zip
scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (issue #1075)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/plugin_api/infos.adoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/infos.adoc b/doc/ja/autogen/plugin_api/infos.adoc
index d4e028522..1fbf9cbf5 100644
--- a/doc/ja/autogen/plugin_api/infos.adoc
+++ b/doc/ja/autogen/plugin_api/infos.adoc
@@ -10,6 +10,10 @@
| fifo | fifo_filename | FIFO パイプの名前 | -
+| guile | guile_interpreter | name of the interpreter used | -
+
+| guile | guile_version | version of the interpreter used | -
+
| irc | irc_buffer | ある IRC サーバ/チャンネル/ニックネームのバッファポインタを取得 | server,channel,nick (channel と nick は任意)
| irc | irc_is_channel | 文字列がサーバの有効な IRC チャンネル名なら 1 | サーバ、チャンネル (サーバは任意)
@@ -28,10 +32,38 @@
| irc | irc_server_isupport_value | サーバがサポートする場合、機能の値 (IRC メッセージ 005 を使う) | サーバ、機能
+| javascript | javascript_interpreter | name of the interpreter used | -
+
+| javascript | javascript_version | version of the interpreter used | -
+
+| lua | lua_interpreter | name of the interpreter used | -
+
+| lua | lua_version | version of the interpreter used | -
+
+| perl | perl_interpreter | name of the interpreter used | -
+
+| perl | perl_version | version of the interpreter used | -
+
+| php | php_interpreter | name of the interpreter used | -
+
+| php | php_version | version of the interpreter used | -
+
| python | python2_bin | python 2.x インタプリタへのパス | -
+| python | python_interpreter | name of the interpreter used | -
+
+| python | python_version | version of the interpreter used | -
+
| relay | relay_client_count | 中継するクライアントのリスト | 状態名 (任意): connecting、waiting_auth、connected、auth_failed、disconnected
+| ruby | ruby_interpreter | name of the interpreter used | -
+
+| ruby | ruby_version | version of the interpreter used | -
+
+| tcl | tcl_interpreter | name of the interpreter used | -
+
+| tcl | tcl_version | version of the interpreter used | -
+
| weechat | charset_internal | WeeChat 内部文字セット | -
| weechat | charset_terminal | 端末の文字セット | -