1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

irc: update ircv3 URLs in comments

This commit is contained in:
Sébastien Helleu
2018-05-21 15:48:59 +02:00
parent aee5ee6f42
commit 530f73ec71
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1217,8 +1217,8 @@ IRC_COMMAND_CALLBACK(ban)
*
* Docs on capability negotiation:
* https://tools.ietf.org/html/draft-mitchell-irc-capabilities-01
* http://ircv3.net/specs/core/capability-negotiation-3.1.html
* http://ircv3.net/specs/core/capability-negotiation-3.2.html
* https://ircv3.net/specs/core/capability-negotiation-3.1.html
* https://ircv3.net/specs/core/capability-negotiation-3.2.html
*/
IRC_COMMAND_CALLBACK(cap)
+1 -1
View File
@@ -115,7 +115,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.github.io/specs/core/message-tags-3.2.html
* See: https://ircv3.net/specs/core/message-tags-3.2.html
*/
pos = strchr (ptr_message, ' ');
if (pos)
+2 -2
View File
@@ -762,7 +762,7 @@ IRC_PROTOCOL_CALLBACK(cap)
/*
* Callback for the IRC message "CHGHOST": user/host change of a nick (with
* capability "chghost"):
* http://ircv3.net/specs/extensions/chghost-3.2.html
* https://ircv3.net/specs/extensions/chghost-3.2.html
*
* Message looks like:
* :nick!user@host CHGHOST user new.host.goes.here
@@ -941,7 +941,7 @@ IRC_PROTOCOL_CALLBACK(generic_error)
* :nick!user@host INVITE mynick :#channel
*
* With invite-notify capability
* (http://ircv3.net/specs/extensions/invite-notify-3.2.html):
* (https://ircv3.net/specs/extensions/invite-notify-3.2.html):
* :<inviter> INVITE <target> <channel>
* :ChanServ!ChanServ@example.com INVITE Attila #channel
*/