progval / Supybot-plugins

Collection of plugins for Supybot/Limnoria I wrote or forked.
https://github.com/ProgVal/Limnoria/
107 stars 63 forks source link

IgnoreNonVoice: Fix invalid command handling #311

Closed ghost closed 7 years ago

ghost commented 7 years ago

The plugin should ignore invalid commands when the user is being ignored, rather than when they're not being ignored.

The _is_not_ignored function was incorrectly named, as it actually checks whether the user is ignored.