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

irc: update URLs to IRCv3 specifications

This commit is contained in:
Sébastien Helleu
2022-06-25 08:53:03 +02:00
parent 84e6e84347
commit 8788fcedc8
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ irc_message_parse (struct t_irc_server *server, const char *message,
/*
* Read tags: they are optional and enabled only if client enabled
* a server capability.
* See: https://ircv3.net/specs/core/message-tags-3.2.html
* See: https://ircv3.net/specs/extensions/message-tags
*/
pos = strchr (ptr_message, ' ');
if (pos)