diff options
Diffstat (limited to 'src/plugins/relay/relay-command.c')
-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 2802f75ba..83d90a9f4 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -326,7 +326,9 @@ relay_command_init () " ssl: enable SSL\n" "protocol.name: protocol and name to relay:\n" " - protocol \"irc\": name is the " - "server to share\n" + "server to share (optional, if not given, the server " + "name must be sent by client in command \"PASS\", " + "with format: \"PASS server:password\")\n" " - protocol \"weechat\" (name is " "not used)\n" " port: port used for relay\n" @@ -340,6 +342,9 @@ relay_command_init () " /relay add irc.freenode 8000\n" " irc proxy, for server \"freenode\", with SSL:\n" " /relay add ssl.irc.freenode 8001\n" + " irc proxy, for all servers (client will choose), " + "with SSL:\n" + " /relay add ssl.irc 8002\n" " weechat protocol:\n" " /relay add weechat 9000\n" " weechat protocol with SSL:\n" |