Browse Source

fix #776

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
b964a201c1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/responsebuffer.go

+ 1
- 1
irc/responsebuffer.go View File

@@ -14,7 +14,7 @@ import (
14 14
 
15 15
 const (
16 16
 	// https://ircv3.net/specs/extensions/labeled-response.html
17
-	defaultBatchType = "draft/labeled-response"
17
+	defaultBatchType = "labeled-response"
18 18
 )
19 19
 
20 20
 // ResponseBuffer - put simply - buffers messages and then outputs them to a given client.

Loading…
Cancel
Save