diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 12:40:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 12:40:19 +0100 |
commit | 71d77a58903bc39341e8ecdda16f8a607355d6f1 (patch) | |
tree | c970fe28eb726acfe97acf18e12221bcd128049e /doc | |
parent | 74d148d056d0a3913f22ad1aa584ca0336d64825 (diff) | |
download | weechat-71d77a58903bc39341e8ecdda16f8a607355d6f1.zip |
Add new command /silence
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 19 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 19 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 6e7301524..bcb1d9be2 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -281,6 +281,25 @@ For all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. ........................................ +• *`/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`* `[option]`:: ........................................ diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 039209304..c320c55fb 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -281,6 +281,25 @@ Pour tous les types, vous pouvez utiliser null pour supprimer la valeur de l'option (valeur non définie). Cela ne fonctionne qu'avec certaines options spéciales des extensions. ........................................ +• *`/silence`* `[-current | -buffer nom | -all] commande`:: + +........................................ + exécuter une commande silencieusement + + -current: pas d'affichage sur le tampon courant + -buffer: pas d'affichage sur le tampon spécifié + nom: nom complet du tampon (exemples: "irc.server.freenode", "irc.freenode.#weechat") + -all: pas d'affichage sur TOUS les tampons + commande: commande à exécuter silencieusement (un '/' est automatiquement ajouté s'il n'est pas trouvé au début de la commande) + + Si aucune cible n'est spécifiée (-current, -buffer ou -all), alors par défaut seul le tampon core WeeChat sera silencieux. + + Exemples: + sauvegarde configuration: /silence save + message au canal IRC courant: /silence -current msg * bonjour ! + message au canal #weechat: /silence -buffer irc.freenode.#weechat msg #weechat bonjour ! +........................................ + • *`/unset`* `[option]`:: ........................................ 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. ........................................ +• *`/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]`:: ........................................ |