diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-27 18:50:31 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-27 18:50:31 +0100 |
commit | e9baa5910c19fbfe0b97a8016d2b2fe304b965b9 (patch) | |
tree | 36e53043feeec36cc8cc803df3673d795c6de89e /doc/it | |
parent | 5ee0e798b141a8703c67634f6b307f869accb693 (diff) | |
download | weechat-e9baa5910c19fbfe0b97a8016d2b2fe304b965b9.zip |
doc: add weechat protocol in relay plugin
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.txt | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index a877ce48c..6cd6688e9 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -1856,9 +1856,13 @@ Plugin Relay ~~~~~~~~~~~~ Il plugin Relay viene utilizzato per inoltrare i dati via rete, facendo uso di -protocolli differenti. +protocolli differenti: -Al momento, è supportato solo il protocollo "irc" (proxy IRC). +// TRANSLATION MISSING +* 'irc': IRC proxy: used to share connections to IRC servers with one or many + other IRC clients +* 'weechat': protocol used by remote interfaces to display and interact with + WeeChat (for example QWeeChat) [[relay_options]] Opzioni (relay.conf) @@ -1895,6 +1899,23 @@ Ora è possibile connettersi sulla porta 8000 con qualsiasi client IRC /set relay.network.max_clients 1 ---------------------------------------- +// TRANSLATION MISSING +[[relay_weechat_protocol]] +WeeChat protocol +^^^^^^^^^^^^^^^^ + +The Relay plugin can send data to remote interface using WeeChat protocol. + +For example: + +---------------------------------------- +/set relay.network.password "mypass" +/relay add weechat.* 9000 +---------------------------------------- + +Now you can connect on port 9000 with a remote interface (like QWeeChat), +using password "mypass". + [[rmodifier_plugin]] Plugin Rmodifier ~~~~~~~~~~~~~~~~ |