Skip to content

Commit fd20302

Browse files
progvalslingamn
andauthored
multiline: Clarify what counts toward max-bytes (#517)
Co-authored-by: Shivaram Lingamneni <[email protected]>
1 parent 6f3eca0 commit fd20302

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extensions/multiline.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ Clients MUST ignore every token with a key that they don't understand.
5151

5252
The 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

0 commit comments

Comments
 (0)