Browse Source

use ratified bot mode tag name

tags/v2.10.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
5ecba1d40b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      irc/caps/constants.go

+ 2
- 2
irc/caps/constants.go View File

@@ -60,8 +60,8 @@ const (
60 60
 	MultilineConcatTag = "draft/multiline-concat"
61 61
 	// draft/relaymsg:
62 62
 	RelaymsgTagName = "draft/relaymsg"
63
-	// BOT mode: https://github.com/ircv3/ircv3-specifications/pull/439
64
-	BotTagName = "draft/bot"
63
+	// BOT mode: https://ircv3.net/specs/extensions/bot-mode
64
+	BotTagName = "bot"
65 65
 )
66 66
 
67 67
 func init() {

Loading…
Cancel
Save