mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
use ratified bot mode tag name
This commit is contained in:
parent
5c7df07d91
commit
5ecba1d40b
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ const (
|
||||||
MultilineConcatTag = "draft/multiline-concat"
|
MultilineConcatTag = "draft/multiline-concat"
|
||||||
// draft/relaymsg:
|
// draft/relaymsg:
|
||||||
RelaymsgTagName = "draft/relaymsg"
|
RelaymsgTagName = "draft/relaymsg"
|
||||||
// BOT mode: https://github.com/ircv3/ircv3-specifications/pull/439
|
// BOT mode: https://ircv3.net/specs/extensions/bot-mode
|
||||||
BotTagName = "draft/bot"
|
BotTagName = "bot"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue