diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-04 16:12:56 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-04 16:12:56 +0100 |
commit | 6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2 (patch) | |
tree | 39a25abe1572c52474e82e470c92551b3c5379c2 /doc/en/autogen/user/weechat_commands.txt | |
parent | 12b82146aac152153e427f65faa60b502829236a (diff) | |
download | weechat-6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2.zip |
core: mute all buffers by default in command /mute (replace option -all by -core)
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 8b4bfd3f2..46ecba0f3 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -525,15 +525,15 @@ Examples: [command]*`mute`* execute a command silently:: ---- -/mute [-current | -buffer <name> | -all] <command> +/mute [-core | -current | -buffer <name>] <command> + -core: no output on WeeChat core buffer -current: no output on current buffer -buffer: no output on specified buffer name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat") - -all: no output on ALL buffers command: command to execute silently (a '/' is automatically added if not found at beginning of command) -If no target is specified (-current, -buffer or -all), then default is to mute WeeChat core buffer only. +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. Examples: config save: |