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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user