1
0
Fork 0
forked from External/ergo
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 ( const (
// https://ircv3.net/specs/extensions/labeled-response.html // 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. // ResponseBuffer - put simply - buffers messages and then outputs them to a given client.