From daee18621e752a1047337acbfd56e3d40d12976f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 9 Feb 2010 13:21:05 +0100 Subject: Rename command /silence to /mute --- doc/it/autogen/user/weechat_commands.txt | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/it/autogen/user/weechat_commands.txt') diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 447bcb507..afa831aed 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -190,6 +190,25 @@ Senza argomenti, il comando visualizza il layout salvato. ........................................ +• *`/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! +........................................ + • *`/plugin`* `[list [nome]] | [listfull [nome]] | [load file] | [autoload] | [reload [nome]] | [unload [nome]]`:: ........................................ @@ -281,25 +300,6 @@ Per tutti i tipi, รจ possibile utilizzare un valore nullo per eliminare il valore dell'opzione (non definito). Funziona solo per alcune variabili speciali dei plugin. ........................................ -• *`/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`* `[opzione]`:: ........................................ -- cgit v1.2.3