aatxe / irc

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

Add usermode +x and channelmode +r #102

Closed freddyb closed 6 years ago

freddyb commented 6 years ago

This commit adds the usermode +x (masked hostname) and the channelmode +r (entry for users registered with NickServ only)

aatxe commented 6 years ago

Looks good to me. Thanks! 🥂

freddyb commented 6 years ago

Thank you!