2010-09-22 21:44:07 +02:00
|
|
|
• *`/relay`* `[list | listfull | add protocollo.nome porta | del protocollo.nome | raw]`::
|
2009-12-04 12:11:12 +01:00
|
|
|
|
|
|
|
........................................
|
|
|
|
controllo relay
|
|
|
|
|
2010-12-06 08:35:13 +01:00
|
|
|
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
|
2009-12-04 12:11:12 +01:00
|
|
|
|
2010-12-06 08:35:13 +01:00
|
|
|
Without argument, this command opens buffer with list of relay clients.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
irc proxy, for server "freenode":
|
|
|
|
/relay add irc.freenode 8000
|
2009-12-04 12:11:12 +01:00
|
|
|
........................................
|
|
|
|
|