summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-09 09:10:26 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-09 09:10:26 +0200
commit40c5eb207da9d40133eec57b499c4f9b56c4ac37 (patch)
tree6af51430361f9fe2655120d7f1e81b7b84d389a8 /doc/it/autogen/user
parent0a6682314f5aa19c456b7fea18942cdc41f8d740 (diff)
downloadweechat-40c5eb207da9d40133eec57b499c4f9b56c4ac37.zip
core: add new command /repeat (execute a command several times)
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index 5e3cc722e..47c8a1576 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -509,6 +509,22 @@ file: file di configurazione da ricaricare (senza estensione ".conf")
Senza argomento, vengono ricaricati tutti i file (WeeChat e plugin).
........................................
+[[command_weechat_repeat]]
+[command]*`repeat`* execute a command several times::
+........................................
+/repeat [-interval <delay>] <count> <command>
+
+ delay: delay between execution of commands (in milliseconds)
+ count: number of times to execute command
+command: command to execute (a '/' is automatically added if not found at beginning of command)
+
+All commands are executed on buffer where this command was issued.
+
+Example:
+ scroll 2 pages up:
+ /repeat 2 /window page_up
+........................................
+
[[command_weechat_save]]
[command]*`save`* salva i file di configurazione su disco::
........................................