diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-06 08:35:13 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-06 08:35:13 +0100 |
commit | 9a9817551015a9e2f812ae0bd98bd6349aae4f22 (patch) | |
tree | 6cb99b2afebfbd869ccdd61c611dac7600c52bbe /doc/en | |
parent | 31612f485fdd8f64b740c4a3d256cedd46a6503f (diff) | |
download | weechat-9a9817551015a9e2f812ae0bd98bd6349aae4f22.zip |
Add example for irc proxy in /help relay
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/relay_commands.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/relay_commands.txt b/doc/en/autogen/user/relay_commands.txt index 0693278e4..e841dce22 100644 --- a/doc/en/autogen/user/relay_commands.txt +++ b/doc/en/autogen/user/relay_commands.txt @@ -9,10 +9,15 @@ 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 ........................................ |