diff --git a/irc/caps/constants.go b/irc/caps/constants.go index 38497a2b..2b6a38e4 100644 --- a/irc/caps/constants.go +++ b/irc/caps/constants.go @@ -64,7 +64,7 @@ const ( BotTagName = "bot" // https://ircv3.net/specs/extensions/chathistory ChathistoryTargetsBatchType = "draft/chathistory-targets" - ExtendedISupportBatchType = "draft/extended-isupport" + ExtendedISupportBatchType = "draft/isupport" ) func init() {