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