diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-06 08:35:13 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-06 08:35:13 +0100 |
commit | 9a9817551015a9e2f812ae0bd98bd6349aae4f22 (patch) | |
tree | 6cb99b2afebfbd869ccdd61c611dac7600c52bbe /doc/it/autogen/user/relay_commands.txt | |
parent | 31612f485fdd8f64b740c4a3d256cedd46a6503f (diff) | |
download | weechat-9a9817551015a9e2f812ae0bd98bd6349aae4f22.zip |
Add example for irc proxy in /help relay
Diffstat (limited to 'doc/it/autogen/user/relay_commands.txt')
-rw-r--r-- | doc/it/autogen/user/relay_commands.txt | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/doc/it/autogen/user/relay_commands.txt b/doc/it/autogen/user/relay_commands.txt index d4cad2cd3..c40c3640c 100644 --- a/doc/it/autogen/user/relay_commands.txt +++ b/doc/it/autogen/user/relay_commands.txt @@ -3,16 +3,21 @@ ........................................ controllo relay - list: elenca i client relay (solo quelli attivi) - listfull: elenca i client relay (dettagliato, tutti i relay) - listrelay: elenca i relay (nome e porta) - add: aggiungi relay per un protocollo + nome - del: rimuovi relay per un protocollo + nome - protocollo.nome: protocollo e nome con cui effettuare il relay - per esempio: irc.freenode - porta: porta utilizzata per il relay - raw: apre il buffer con dati Relay + list: list relay clients (only active relays) + listfull: list relay clients (verbose, all relays) + listrelay: list relays (name and port) + add: add relay for a protocol + name + del: remove relay for a protocol + name + protocol.name: protocol and name to relay + currently, only protocol "irc" is supported + for example: irc.freenode + port: port used for relay + raw: open buffer with raw Relay data - Senza argomento, il comando apre i buffer con l'elenco dei client relay. + Without argument, this command opens buffer with list of relay clients. + + Example: + irc proxy, for server "freenode": + /relay add irc.freenode 8000 ........................................ |