1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: replace freenode by libera in command examples

This commit is contained in:
Sébastien Helleu
2021-05-25 18:44:10 +02:00
parent e5f58b77c1
commit 7cc61cdbb3
37 changed files with 1092 additions and 1923 deletions
+4 -4
View File
@@ -440,10 +440,10 @@ relay_command_init ()
"clients.\n"
"\n"
"Examples:\n"
" irc proxy, for server \"freenode\":\n"
" /relay add irc.freenode 8000\n"
" irc proxy, for server \"freenode\", with SSL:\n"
" /relay add ssl.irc.freenode 8001\n"
" irc proxy, for server \"libera\":\n"
" /relay add irc.libera 8000\n"
" irc proxy, for server \"libera\", with SSL:\n"
" /relay add ssl.irc.libera 8001\n"
" irc proxy, for all servers (client will choose), with SSL:\n"
" /relay add ssl.irc 8002\n"
" weechat protocol:\n"