summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/weechat_commands.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index 6e7301524..bcb1d9be2 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -281,6 +281,25 @@
For all types, you can use null to remove option value (undefined value). This works only for some special plugin variables.
........................................
+• *`/silence`* `[-current | -buffer name | -all] command`::
+
+........................................
+ execute a command silently
+
+ -current: no output on curent 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 silence WeeChat core buffer only.
+
+ Examples:
+ config save: /silence save
+ message to current IRC channel: /silence -current msg * hi!
+ message to #weechat channel: /silence -buffer irc.freenode.#weechat msg #weechat hi!
+........................................
+
• *`/unset`* `[option]`::
........................................