3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
This commit is contained in:
Shivaram Lingamneni 2020-02-07 13:28:49 -05:00
parent e11f0a3428
commit b964a201c1

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.