diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:23:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:23:14 +0100 |
commit | 2c238e08ffc798136fb8bab9633507d6c2d7a88e (patch) | |
tree | 6f482af9b6600ecac42aaa15704399e290c903f1 /doc/it | |
parent | 2ad6f2f3d5fbc8bcfeb71a7bce0025d9e47a6dd9 (diff) | |
download | weechat-2c238e08ffc798136fb8bab9633507d6c2d7a88e.zip |
core: add command `/allbuf`
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index d9f2b2299..eeda21bb7 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1104,6 +1104,19 @@ Examples: // end::alias_commands[] // tag::weechat_commands[] +[[command_weechat_allbuf]] +* `+allbuf+`: execute a command on all buffers + +---- +/allbuf <command> + +command: command to execute (or text to send to buffer if command does not start with '/') + +Examples: + set unread marker on all buffers: + /allbuf /buffer set unread +---- + [[command_weechat_away]] * `+away+`: imposta o elimina lo stato di assenza |