1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

doc: add weechat protocol in relay plugin

This commit is contained in:
Sebastien Helleu
2011-12-27 18:50:31 +01:00
parent 5ee0e798b1
commit e9baa5910c
4 changed files with 89 additions and 8 deletions
+23 -2
View File
@@ -1843,9 +1843,13 @@ Relay Erweiterung
~~~~~~~~~~~~~~~~~
Die Relay-Erweiterung wird genutzt um Daten, mittels unterschiedlicher Protokolle,
über ein Netzwerk zu übermitteln.
über ein Netzwerk zu übermitteln:
Zur Zeit wird ausschließlich das "IRC" Protokoll unterstützt (IRC Proxy).
// 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]]
Optionen (relay.conf)
@@ -1882,6 +1886,23 @@ Die Anzahl an erlaubten Clients kann limitiert werden:
/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]]
Rmodifier Erweiterung
~~~~~~~~~~~~~~~~~~~~~