aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
526 stars 100 forks source link

Escape and unescape IRCv3 message tag values #192

Closed andreasots closed 4 years ago

andreasots commented 4 years ago

The escape sequences are described in the IRCv3 Message Tags spec.

aatxe commented 4 years ago

Thanks for the pull request!

Can you pull out the actual transformations into escape and unescape functions? I think that'll be a bit cleaner.

aatxe commented 4 years ago

Great, thank you!