diff options
Diffstat (limited to 'doc/ja/autogen/plugin_api/infos.adoc')
-rw-r--r-- | doc/ja/autogen/plugin_api/infos.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/infos.adoc b/doc/ja/autogen/plugin_api/infos.adoc index f73e93237..ad0ce19fd 100644 --- a/doc/ja/autogen/plugin_api/infos.adoc +++ b/doc/ja/autogen/plugin_api/infos.adoc @@ -112,6 +112,10 @@ | weechat | term_width | 端末の幅 | - +| weechat | totp_generate | generate a Time-based One-Time Password (TOTP) | secret (in base32), timestamp (optional, current time by default), number of digits (optional, between 4 and 10, 6 by default) + +| weechat | totp_validate | validate a Time-based One-Time Password (TOTP): 1 if TOTP is correct, otherwise 0 | secret (in base32), one-time password, timestamp (optional, current time by default), number of passwords before/after to test (optional, 0 by default) + | weechat | uptime | WeeChat 連続稼働時間 (書式: "days:hh:mm:ss") | "days" (日数) または "seconds" (秒数) (任意) | weechat | version | WeeChat のバージョン | - |