1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00
Files
weechat/doc/en/autogen/user/relay_commands.txt
T
2011-08-03 20:10:11 +02:00

27 lines
877 B
Plaintext

[[command_relay_relay]]
[command]*`relay`* relay control::
........................................
/relay list|listfull|listrelay
add <protocol.name> <port>
del <protocol.name>
raw
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
Without argument, this command opens buffer with list of relay clients.
Example:
irc proxy, for server "freenode":
/relay add irc.freenode 8000
........................................