From 498f2131a747acc1c0e48cfc5b4bd33c6fef4e31 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 23 Jan 2012 11:38:07 +0100 Subject: relay: add protocol "weechat" in /help relay --- src/plugins/relay/relay-command.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index cc3f8135f..acb88feb4 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -307,17 +307,20 @@ relay_command_init () " listrelay: list relays (name and port)\n" " 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" + "protocol.name: protocol and name to relay:\n" + " - protocol \"irc\": name is the " + "server to share\n" + " - protocol \"weechat\" (name is " + "not used)\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.\n\n" - "Example:\n" + "Examples:\n" " irc proxy, for server \"freenode\":\n" - " /relay add irc.freenode 8000"), + " /relay add irc.freenode 8000\n" + " weechat protocol:\n" + " /relay add weechat 8001"), "list %(relay_relays)" " || listfull %(relay_relays)" " || listrelay" -- cgit v1.2.3