diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-23 11:38:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-23 11:38:07 +0100 |
commit | 498f2131a747acc1c0e48cfc5b4bd33c6fef4e31 (patch) | |
tree | 3ef998c9361db319af7c09b28d18a580ab9b9ee0 /doc/en | |
parent | f6b26e560458711e4aaa60d1ef5d1ff5530d5150 (diff) | |
download | weechat-498f2131a747acc1c0e48cfc5b4bd33c6fef4e31.zip |
relay: add protocol "weechat" in /help relay
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/relay_commands.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/en/autogen/user/relay_commands.txt b/doc/en/autogen/user/relay_commands.txt index 4da58bef0..94b7b6a1e 100644 --- a/doc/en/autogen/user/relay_commands.txt +++ b/doc/en/autogen/user/relay_commands.txt @@ -11,16 +11,18 @@ 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 +protocol.name: protocol and name to relay: + - protocol "irc": name is the server to share + - protocol "weechat" (name is not used) port: port used for relay raw: open buffer with raw Relay data Without argument, this command opens buffer with list of relay clients. -Example: +Examples: irc proxy, for server "freenode": /relay add irc.freenode 8000 + weechat protocol: + /relay add weechat 8001 ........................................ |