diff options
Diffstat (limited to 'doc/it/includes/autogen_user_commands.it.adoc')
-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 |