summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-09 13:21:05 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-09 13:21:05 +0100
commitdaee18621e752a1047337acbfd56e3d40d12976f (patch)
tree0479920b78ed61e3d92f28426847c22f89603747 /doc/en/autogen/user/weechat_commands.txt
parent71d77a58903bc39341e8ecdda16f8a607355d6f1 (diff)
downloadweechat-daee18621e752a1047337acbfd56e3d40d12976f.zip
Rename command /silence to /mute
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r--doc/en/autogen/user/weechat_commands.txt38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index bcb1d9be2..119a91113 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -190,6 +190,25 @@
Without argument, this command displays saved layout.
........................................
+&bull; *`/mute`* `[-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 mute WeeChat core buffer only.
+
+ Examples:
+ config save: /mute save
+ message to current IRC channel: /mute -current msg * hi!
+ message to #weechat channel: /mute -buffer irc.freenode.#weechat msg #weechat hi!
+........................................
+
&bull; *`/plugin`* `[list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload [name]] | [unload [name]]`::
........................................
@@ -281,25 +300,6 @@
For all types, you can use null to remove option value (undefined value). This works only for some special plugin variables.
........................................
-&bull; *`/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!
-........................................
-
&bull; *`/unset`* `[option]`::
........................................