aatxe / irc

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

irc-proto: allow empty mode #223

Closed martinetd closed 3 years ago

martinetd commented 3 years ago

irc clients can query what modes a channel has by sending an empty mode command

Closes #217.

Thanks for the reminder -- I've tried adding some basic test as there were none for mode, is that ok? Probably could add a bit more but it's a start.

aatxe commented 3 years ago

Yeah, more parser tests for mode is a great call. Change looks good to me as a start. Cheers!