3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-06-03 05:17:49 +02:00

fix isupport batch name

This commit is contained in:
Shivaram Lingamneni 2025-05-01 14:43:06 -04:00
parent 43fe72f83e
commit e382036ddb

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() {