summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-09 12:40:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-09 12:40:19 +0100
commit71d77a58903bc39341e8ecdda16f8a607355d6f1 (patch)
treec970fe28eb726acfe97acf18e12221bcd128049e /doc/it/autogen
parent74d148d056d0a3913f22ad1aa584ca0336d64825 (diff)
downloadweechat-71d77a58903bc39341e8ecdda16f8a607355d6f1.zip
Add new command /silence
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index 5e9a0db20..447bcb507 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -281,6 +281,25 @@
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.
........................................
+&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`* `[opzione]`::
........................................