diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:31:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:31:19 +0100 |
commit | f1d18f4c26b6dd72286f86b93da25567d932b6e4 (patch) | |
tree | 35c02cc32c1e3488a6702e489812e48ceae2bbc3 /doc/it | |
parent | fa5b1eed77d6b012ab440f0bd75e1b155985e671 (diff) | |
download | weechat-f1d18f4c26b6dd72286f86b93da25567d932b6e4.zip |
core: use seconds by default in /repeat interval, allow unit for the interval
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index 0a2d74b71..f32eedf29 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -755,9 +755,14 @@ Senza argomento, vengono ricaricati tutti i file (WeeChat e plugin). * `+repeat+`: esegue un comando più volte ---- -/repeat [-interval <ritardo>] <numero> <comando> - - 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 '/') |