diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 08:37:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 08:37:57 +0100 |
commit | b3cf270d1d938ffa9960ccb5e39d5a0ed166f594 (patch) | |
tree | 4ca195f9c15e946b07f9d5c0ed9ba4f8101561cd /doc/it | |
parent | 8251f1fd13013a93fe441a71695b389f71cb47cb (diff) | |
download | weechat-b3cf270d1d938ffa9960ccb5e39d5a0ed166f594.zip |
core: allow text in addition to a command in command /repeat
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index 3ffc1dfe3..0a2d74b71 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -757,14 +757,14 @@ Senza argomento, vengono ricaricati tutti i file (WeeChat e plugin). ---- /repeat [-interval <ritardo>] <numero> <comando> -ritardo: ritardo tra l'esecuzione dei comandi (in millisecondi) - numero: numero di volte in cui eseguire il comando -comando: comando da eseguire (una '/' viene aggiunta automaticamente se non viene trovata all'inizio del comando) + delay: delay between execution of commands (in milliseconds) + count: number of times to execute command +command: command to execute (or text to send to buffer if command does not start with '/') -Tutti i comandi sono eseguiti sul buffer su cui viene dato il comando. +All commands are executed on buffer where this command was issued. -Esempio: - scorre due pagine in alto: +Example: + scroll 2 pages up: /repeat 2 /window page_up ---- |