pub const MAX_LINE_BYTES: usize = 512;
The byte budget for everything after the tags, including the trailing CRLF.
RFC 1459 sets this and IRCv3 leaves it alone; only the tag section grew.