aatxe / irc

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

Fix to allow stripping of 0-prefixed color codes #248

Closed Bytekeeper closed 1 year ago

Bytekeeper commented 1 year ago

In the wild, many color codes seem to be often double digit, even if the number is < 10. This small change seems to fix it good enough.

aatxe commented 1 year ago

Looks good to me, thanks!