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 /src/plugins/relay | |
parent | 31612f485fdd8f64b740c4a3d256cedd46a6503f (diff) | |
download | weechat-9a9817551015a9e2f812ae0bd98bd6349aae4f22.zip |
Add example for irc proxy in /help relay
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/relay-command.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index 3bf7713b4..8659961ad 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -294,11 +294,16 @@ relay_command_init () " add: add relay for a protocol + name\n" " del: remove relay for a protocol + name\n" "protocol.name: protocol and name to relay\n" + " currently, only protocol \"irc\" " + "is supported\n" " for example: irc.freenode\n" " port: port used for relay\n" " raw: open buffer with raw Relay data\n\n" "Without argument, this command opens buffer " - "with list of relay clients."), + "with list of relay clients.\n\n" + "Example:\n" + " irc proxy, for server \"freenode\":\n" + " /relay add irc.freenode 8000"), "list %(relay_relays)" " || listfull %(relay_relays)" " || listrelay" |