diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-25 08:53:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-25 08:53:03 +0200 |
commit | 8788fcedc834c0fb53ed5565dca86f4e7618f43f (patch) | |
tree | 90cb8589af747bec07a713a8bb71e9dc6dd2e743 /src/plugins/irc/irc-command.c | |
parent | 84e6e843478e4ca1b12b3390a8b305b64c99737d (diff) | |
download | weechat-8788fcedc834c0fb53ed5565dca86f4e7618f43f.zip |
irc: update URLs to IRCv3 specifications
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-rw-r--r-- | src/plugins/irc/irc-command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index bf57bedf6..368c32f48 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -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) |