Unescapes a tag value read from the wire per the IRCv3 message-tags spec.
Reverses escapeTagValue: \: -> ;, \s -> space, \\ -> \, \r -> CR,
\n -> LF. An unrecognized escape drops the backslash and keeps the following character; a
trailing lone backslash is dropped.
Unescapes a tag value read from the wire per the IRCv3 message-tags spec.
Reverses escapeTagValue:
\:->;,\s-> space,\\->\,\r-> CR,\n-> LF. An unrecognized escape drops the backslash and keeps the following character; a trailing lone backslash is dropped.