aatxe / irc

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

track nick changes #78

Closed TheMightyBuzzard closed 7 years ago

TheMightyBuzzard commented 7 years ago

Client did not track nick changes. This solves that, although admittedly in a rather inefficient way. Feel free to close this PR and do it more efficiently.

aatxe commented 7 years ago

Looks good. Thanks! I think in general the user tracking stuff needs to be improved, but that can be done in the future.