Merge pull request #777 from slingamn/issue776

fix #776
This commit is contained in:
Shivaram Lingamneni
2020-02-07 10:37:04 -08:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const (
// https://ircv3.net/specs/extensions/labeled-response.html
defaultBatchType = "draft/labeled-response"
defaultBatchType = "labeled-response"
)
// ResponseBuffer - put simply - buffers messages and then outputs them to a given client.