aatxe / irc

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

nochanlists feature is not additive #257

Closed mattfbacon closed 3 months ago

mattfbacon commented 11 months ago

Features should be additive. The nochanlists feature removes a feature, so it isn't additive. Instead, there should be an additive flag called chanlists that is enabled by default (or you could take this opportunity to avoid unnecessary abbreviations and rename it to channel-lists while you're at it).