diff options
Diffstat (limited to 'doc/pl/autogen/user/weechat_commands.adoc')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.adoc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.adoc b/doc/pl/autogen/user/weechat_commands.adoc index d6f30ba99..f05f84b0b 100644 --- a/doc/pl/autogen/user/weechat_commands.adoc +++ b/doc/pl/autogen/user/weechat_commands.adoc @@ -755,9 +755,14 @@ Bez podania argumentu wszystkie pliki (WeeChat oraz wtyczki) zostaną przeładow * `+repeat+`: wykonuje komendę kilka razy ---- -/repeat [-interval <opóźnienie>] <ilość> <komenda> - - delay: delay between execution of commands (in milliseconds) +/repeat [-interval <delay>[<unit>]] <count> <command> + + 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 '/') |