1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +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
+2 -2
View File
@@ -110,8 +110,8 @@ fifo_command_init ()
" plugin.buffer *text or command here\n"
" *text or command here\n"
"\n"
"For example to change your freenode nick:\n"
" echo 'irc.server.freenode */nick newnick' "
"For example to change your libera nick:\n"
" echo 'irc.server.libera */nick newnick' "
">/run/user/1000/weechat/weechat_fifo_12345\n"
"\n"
"Please read the user's guide for more info and examples.\n"
+17 -17
View File
@@ -6522,7 +6522,7 @@ irc_command_init ()
"command /disconnect.\n"
"\n"
"Examples:\n"
" /connect freenode\n"
" /connect libera\n"
" /connect irc.oftc.net/6667\n"
" /connect irc6.oftc.net/6667 -ipv6\n"
" /connect irc6.oftc.net/6697 -ipv6 -ssl\n"
@@ -6643,10 +6643,10 @@ irc_command_init ()
"Examples:\n"
" ignore nick \"toto\" everywhere:\n"
" /ignore add toto\n"
" ignore host \"toto@domain.com\" on freenode server:\n"
" /ignore add toto@domain.com freenode\n"
" ignore host \"toto*@*.domain.com\" on freenode/#weechat:\n"
" /ignore add toto*@*.domain.com freenode #weechat"),
" ignore host \"toto@domain.com\" on libera server:\n"
" /ignore add toto@domain.com libera\n"
" ignore host \"toto*@*.domain.com\" on libera/#weechat:\n"
" /ignore add toto*@*.domain.com libera #weechat"),
"list"
" || add %(irc_channel_nicks_hosts) %(irc_servers) %(irc_channels) %-"
" || del -all|%(irc_ignores_numbers) %-",
@@ -6684,7 +6684,7 @@ irc_command_init ()
"Examples:\n"
" /join #weechat\n"
" /join #protectedchan,#weechat key\n"
" /join -server freenode #weechat\n"
" /join -server libera #weechat\n"
" /join -noswitch #weechat"),
"%(irc_channels)|-noswitch|-server|%(irc_servers)|%*",
&irc_command_join, NULL, NULL);
@@ -6866,10 +6866,10 @@ irc_command_init ()
"Examples:\n"
" notify when \"toto\" joins/quits current server:\n"
" /notify add toto\n"
" notify when \"toto\" joins/quits freenode server:\n"
" /notify add toto freenode\n"
" notify when \"toto\" is away or back on freenode server:\n"
" /notify add toto freenode -away"),
" notify when \"toto\" joins/quits libera server:\n"
" /notify add toto libera\n"
" notify when \"toto\" is away or back on libera server:\n"
" /notify add toto libera -away"),
"add %(irc_channel_nicks) %(irc_servers) -away %-"
" || del -all|%(irc_notify_nicks) %(irc_servers) %-",
&irc_command_notify, NULL, NULL);
@@ -7064,17 +7064,17 @@ irc_command_init ()
"\n"
"Examples:\n"
" /server listfull\n"
" /server add freenode chat.freenode.net\n"
" /server add freenode chat.freenode.net/6697 -ssl -autoconnect\n"
" /server add libera irc.libera.chat\n"
" /server add libera irc.libera.chat/6697 -ssl -autoconnect\n"
" /server add chatspike irc.chatspike.net/6667,"
"irc.duckspike.net/6667\n"
" /server copy freenode freenode-test\n"
" /server rename freenode-test freenode2\n"
" /server reorder freenode2 freenode\n"
" /server del freenode\n"
" /server copy libera libera-test\n"
" /server rename libera-test libera2\n"
" /server reorder libera2 libera\n"
" /server del libera\n"
" /server deloutq\n"
" /server raw\n"
" /server raw s:freenode\n"
" /server raw s:libera\n"
" /server raw c:${recv} && ${command}==PRIVMSG && ${nick}==foo"),
"list %(irc_servers)"
" || listfull %(irc_servers)"
+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"
+1 -1
View File
@@ -86,6 +86,6 @@ spell_info_init ()
"spell_dict",
N_("comma-separated list of dictionaries used in buffer"),
N_("buffer pointer (\"0x12345678\") or buffer full name "
"(\"irc.freenode.#weechat\")"),
"(\"irc.libera.#weechat\")"),
&spell_info_info_spell_dict_cb, NULL, NULL);
}
+1 -1
View File
@@ -349,7 +349,7 @@ xfer_config_init ()
N_("comma-separated list of nicks for which the incoming files and "
"chats are automatically accepted; format is \"server.nick\" (for a "
"specific server) or \"nick\" (for all servers); example: "
"\"freenode.FlashCode,andrew\""),
"\"libera.FlashCode,andrew\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
xfer_config_file_auto_check_crc32 = weechat_config_new_option (