aatxe / irc

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

Fix wrong RPL numeric formatting #123

Closed isra17 closed 6 years ago

isra17 commented 6 years ago

Clients such as Irssi seems picky about those formats.

aatxe commented 6 years ago

Good catch! Though I believe many clients would still parse correctly (at least the one I use seems to), it's much better to be conservative about it. Cheers! 🍻