mirror of
https://github.com/ergochat/ergo.git
synced 2025-06-06 14:57:29 +02:00
Merge pull request #2253 from slingamn/batchname
fix isupport batch name
This commit is contained in:
commit
808799b100
@ -64,7 +64,7 @@ const (
|
|||||||
BotTagName = "bot"
|
BotTagName = "bot"
|
||||||
// https://ircv3.net/specs/extensions/chathistory
|
// https://ircv3.net/specs/extensions/chathistory
|
||||||
ChathistoryTargetsBatchType = "draft/chathistory-targets"
|
ChathistoryTargetsBatchType = "draft/chathistory-targets"
|
||||||
ExtendedISupportBatchType = "draft/extended-isupport"
|
ExtendedISupportBatchType = "draft/isupport"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user