aatxe / irc

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

Properly remove users from channels on quit #83

Closed TheMightyBuzzard closed 7 years ago

TheMightyBuzzard commented 7 years ago

Much like users were not being removed from chanlist channels on part, they also weren't being removed when they quit.

aatxe commented 7 years ago

Good catch. Thanks!