summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-04 16:12:56 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-04 16:12:56 +0100
commit6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2 (patch)
tree39a25abe1572c52474e82e470c92551b3c5379c2 /doc/de/autogen/user/weechat_commands.txt
parent12b82146aac152153e427f65faa60b502829236a (diff)
downloadweechat-6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2.zip
core: mute all buffers by default in command /mute (replace option -all by -core)
Diffstat (limited to 'doc/de/autogen/user/weechat_commands.txt')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index 61d3245b0..290aa40b6 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -525,23 +525,23 @@ Beispiele:
[command]*`mute`* Führt einen Befehl ohne Textausgabe aus::
----
-/mute [-current | -buffer <name> | -all] <command>
+/mute [-core | -current | -buffer <name>] <command>
--current: Ausgabe im aktuellen Buffer wird unterdrückt
- -buffer: Ausgabe im ausgewählten Buffer wird unterdrückt
- name: vollständiger Buffername (Beispiel: "irc.server.freenode", "irc.freenode.#weechat")
- -all: Ausgabe wird für ALLE Buffer unterdrückt
- command: Ein Befehl der ohne Textausgabe ausgeführt werden soll (das Präfix, '/', wird automatisch hinzugefügt, falls es dem Befehl nicht vorangestellt wurde)
+ -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")
+ command: command to execute silently (a '/' is automatically added if not found at beginning of command)
-Wird kein Buffer ausgewählt (-current, -buffer oder -all), dann wird lediglich die Textausgabe im WeeChat Core Buffer unterdrückt.
+If no target is specified (-core, -current or -buffer), then default is to mute all buffers.
-Beispiele:
- Speichern der Konfiguration:
- /mute save
- Nachricht in den aktuellen Channel senden:
- /mute -current msg * hi!
- Nachricht an den #weechat Channel senden:
- /mute -buffer irc.freenode.#weechat msg #weechat hi!
+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!
----
[[command_weechat_plugin]]