From e382036ddbd46b29145119435b6c507bc0496397 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 1 May 2025 14:43:06 -0400 Subject: [PATCH] fix isupport batch name --- irc/caps/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {