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/pl/autogen/user | |
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/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index fd7c75567..23e1c6870 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -525,23 +525,23 @@ Przykłady: [command]*`mute`* wykonuje komendę po cichu:: ---- -/mute [-current | -buffer <nazwa> | -all] <komenda> +/mute [-core | -current | -buffer <name>] <command> --current: bez wyjścia na obecnym kanale - -buffer: bez wyjścia w podanym buforze - nazwa: pełna nazwa bufora (przykłady: "irc.server.freenode", "irc.freenode.#weechat") - -all: bez wyjścia we WSZYSTKICH buforach - komenda: komenda do cichego wykonania ( '/' jest dodawane automatycznie jeśli nie znalezione na początku komendy) + -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) -Jeżeli nie podano celu (-current, -buffer lub -all), wtedy domyślnie jest wyciszany tylko bufor rdzenia WeeChat. +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. -Przykłady: - zapisanie konfiguracji: +Examples: + config save: /mute save - wiadomość do obecnego kanału IRC: - /mute -current msg * hej! - wiadomość na kanał #weechat: - /mute -buffer irc.freenode.#weechat msg #weechat hej! + message to current IRC channel: + /mute -current msg * hi! + message to #weechat channel: + /mute -buffer irc.freenode.#weechat msg #weechat hi! ---- [[command_weechat_plugin]] |