From 40c5eb207da9d40133eec57b499c4f9b56c4ac37 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 9 Aug 2011 09:10:26 +0200 Subject: core: add new command /repeat (execute a command several times) --- doc/it/autogen/user/weechat_commands.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/it/autogen/user') 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: 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:: ........................................ -- cgit v1.2.3