Handles a leading @tags block (semicolon-separated, IRCv3-unescaped), a leading :prefix,
the command (alphabetic verbs are uppercased; a 3-digit numeric is kept verbatim), the
space-separated middle params, and the final :trailing param (which keeps its spaces). The
line must not include the terminating CRLF (the framed reader strips it).
Parses one IRC line into an IrcMessage.
Handles a leading
@tagsblock (semicolon-separated, IRCv3-unescaped), a leading:prefix, the command (alphabetic verbs are uppercased; a 3-digit numeric is kept verbatim), the space-separated middle params, and the final:trailingparam (which keeps its spaces). The line must not include the terminating CRLF (the framed reader strips it).