diff options
Diffstat (limited to 'doc/en/includes')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 75a1e6aa0..c0a9c39cc 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.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+`: set or remove away status |