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/sr | |
parent | 2ad6f2f3d5fbc8bcfeb71a7bce0025d9e47a6dd9 (diff) | |
download | weechat-2c238e08ffc798136fb8bab9633507d6c2d7a88e.zip |
core: add command `/allbuf`
Diffstat (limited to 'doc/sr')
-rw-r--r-- | doc/sr/includes/autogen_user_commands.sr.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/sr/includes/autogen_user_commands.sr.adoc b/doc/sr/includes/autogen_user_commands.sr.adoc index 108687d98..f02aa3745 100644 --- a/doc/sr/includes/autogen_user_commands.sr.adoc +++ b/doc/sr/includes/autogen_user_commands.sr.adoc @@ -1104,6 +1104,19 @@ addcompletion: додавање алијаса са кориснички деф // 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+`: поставља или уклања статус одсутности |