From 6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 4 Mar 2014 16:12:56 +0100 Subject: core: mute all buffers by default in command /mute (replace option -all by -core) --- doc/en/autogen/user/weechat_commands.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/en') 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 | -all] +/mute [-core | -current | -buffer ] + -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: -- cgit v1.2.3