From f1d18f4c26b6dd72286f86b93da25567d932b6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 29 Mar 2019 20:31:19 +0100 Subject: core: use seconds by default in /repeat interval, allow unit for the interval --- doc/ja/autogen/user/weechat_commands.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/ja/autogen') diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index 17d62b16d..5ac4e4313 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/autogen/user/weechat_commands.adoc @@ -755,9 +755,14 @@ file: リロードする設定ファイル (拡張子 ".conf" は不要) * `+repeat+`: 複数回コマンドを実行 ---- -/repeat [-interval ] - - delay: delay between execution of commands (in milliseconds) +/repeat [-interval []] + + delay: delay between execution of commands + unit: optional, values are: + ms: milliseconds + s: seconds (default) + m: minutes + h: hours count: number of times to execute command command: command to execute (or text to send to buffer if command does not start with '/') -- cgit v1.2.3