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

irc: update URL with IRCv3.2 message tags specification

This commit is contained in:
Sébastien Helleu
2018-03-25 17:46:25 +02:00
parent 9dd8cc0d6a
commit aaad4ca6e5
+3 -3
View File
@@ -112,9 +112,9 @@ irc_message_parse (struct t_irc_server *server, const char *message,
if (ptr_message[0] == '@')
{
/*
* read tags (they are optional and enabled only if client enabled
* a server capability, see:
* http://ircv3.atheme.org/specification/message-tags-3.2)
* Read tags: they are optional and enabled only if client enabled
* a server capability.
* See: https://ircv3.github.io/specs/core/message-tags-3.2.html
*/
pos = strchr (ptr_message, ' ');
if (pos)