1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

relay: add protocol "weechat" in /help relay

This commit is contained in:
Sebastien Helleu
2012-01-23 11:38:07 +01:00
parent f6b26e5604
commit 498f2131a7
15 changed files with 145 additions and 107 deletions
+9 -6
View File
@@ -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"