summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/relay_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-10-29 17:23:25 +0100
committerSebastien Helleu <flashcode@flashtux.org>2009-10-29 17:23:25 +0100
commit999de8bfc15bdaded7d85dc7d6e4617e07d2220c (patch)
treeb0d631b70611613825e366a85adbd9d5d12e0461 /doc/en/autogen/user/relay_commands.txt
parent5a8c35f6b0e14e19ea6631b5e65153a368267a4d (diff)
downloadweechat-999de8bfc15bdaded7d85dc7d6e4617e07d2220c.zip
Add partial irc-proxy feature to relay plugin
Diffstat (limited to 'doc/en/autogen/user/relay_commands.txt')
-rw-r--r--doc/en/autogen/user/relay_commands.txt12
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 @@
-&bull; *`/relay`* `[list | listfull]`::
+&bull; *`/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.
........................................