mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Merge pull request #2253 from slingamn/batchname
fix isupport batch name
This commit is contained in:
commit
808799b100
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue