1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +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 -2
View File
@@ -1489,8 +1489,7 @@ IRC_COMMAND_CALLBACK(ban)
*
* Docs on capability negotiation:
* https://tools.ietf.org/html/draft-mitchell-irc-capabilities-01
* https://ircv3.net/specs/core/capability-negotiation-3.1.html
* https://ircv3.net/specs/core/capability-negotiation-3.2.html
* https://ircv3.net/specs/extensions/capability-negotiation
*/
IRC_COMMAND_CALLBACK(cap)
+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)
+1 -2
View File
@@ -1212,8 +1212,7 @@ IRC_PROTOCOL_CALLBACK(cap)
/*
* Callback for the IRC command "CHGHOST": user/host change of a nick (with
* capability "chghost"):
* https://ircv3.net/specs/extensions/chghost-3.2.html
* capability "chghost"): https://ircv3.net/specs/extensions/chghost
*
* Command looks like:
* CHGHOST user new.host.goes.here