diff options
Diffstat (limited to 'doc/en/autogen/user/relay_commands.txt')
-rw-r--r-- | doc/en/autogen/user/relay_commands.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/en/autogen/user/relay_commands.txt b/doc/en/autogen/user/relay_commands.txt index 957a0198d..35fe4748e 100644 --- a/doc/en/autogen/user/relay_commands.txt +++ b/doc/en/autogen/user/relay_commands.txt @@ -1,10 +1,16 @@ -• *`/relay`* `[list | listfull]`:: +• *`/relay`* `[list | listfull | add protocol.name port | del protocol.name]`:: ........................................ relay control - list: list relay clients - listfull: list relay clients (verbose) + 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 + for example: irc.freenode + port: port used for relay Without argument, this command opens buffer with list of relay clients. ........................................ |