Merge pull request #2253 from slingamn/batchname

fix isupport batch name
This commit is contained in:
Shivaram Lingamneni
2025-05-01 22:18:08 -04:00
committed by GitHub
+1 -1
View File
@@ -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() {