diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-31 18:28:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-31 18:28:55 +0100 |
commit | 668bb3a4add26ae0193ec97097210441e8217b75 (patch) | |
tree | 68357b353c9f564187fd5bc4565e66da18ac6720 /doc/ja | |
parent | c6baabff27206ff581502106312237c4ecb24e6b (diff) | |
download | weechat-668bb3a4add26ae0193ec97097210441e8217b75.zip |
api: add info "uptime" (WeeChat uptime)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/plugin_api/infos.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/infos.adoc b/doc/ja/autogen/plugin_api/infos.adoc index bf4420d73..517689aeb 100644 --- a/doc/ja/autogen/plugin_api/infos.adoc +++ b/doc/ja/autogen/plugin_api/infos.adoc @@ -64,6 +64,8 @@ | weechat | term_width | 端末の幅 | - +| weechat | uptime | WeeChat uptime (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional) + | weechat | version | WeeChat のバージョン | - | weechat | version_git | WeeChat の git バージョン (開発バージョンではコマンド "git describe" の出力、安定版リリースでは空文字が出力されます) | - |