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

core: add trailing slashes in URLs

This commit is contained in:
Sébastien Helleu
2022-06-18 16:18:09 +02:00
parent 8ac67ff540
commit 2c4bad8120
27 changed files with 81 additions and 80 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
/*
* $download: WeeChat download page, example:
* https://weechat.org/download
* https://weechat.org/download/
*/
info = weechat_info_get ("weechat_site_download", "");
temp = weechat_string_replace (res, "$download", info);
+1 -1
View File
@@ -434,7 +434,7 @@ relay_command_init ()
"The \"irc\" protocol allows any IRC client (including WeeChat "
"itself) to connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on "
"the port, see the list here: https://weechat.org/about/interfaces\n"
"the port, see the list here: https://weechat.org/about/interfaces/\n"
"\n"
"Without argument, this command opens buffer with list of relay "
"clients.\n"