File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ Clients MUST ignore every token with a key that they don't understand.
5151
5252The only defined capability key so far is:
5353
54- * ` max-bytes ` - This defines the maximum allowed total byte length of multiline batched content * REQUIRED*
55- * ` max-lines ` - This defines the maximum allowed number of lines in a multiline batch content * RECOMMENDED*
54+ * ` max-bytes ` - This defines the maximum allowed total byte length of a multiline batch's combined message value, as defined below * REQUIRED*
55+ * ` max-lines ` - This defines the maximum allowed number of lines in a multiline batch * RECOMMENDED*
56+
57+ Only the last parameter of PRIVMSG and NOTICE are counted toward ` max-bytes ` ; not origin, command, or target.
5658
5759### Tags
5860
You can’t perform that action at this time.
0 commit comments