summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/weechat_commands.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.adoc')
-rw-r--r--doc/it/autogen/user/weechat_commands.adoc11
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 '/')