progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
622 stars 173 forks source link

ircdb.checkIgnored: return False for messages from servers #1549

Closed jlu5 closed 9 months ago

jlu5 commented 1 year ago

These do not pass the ircutils.isUserHostmask check despite being a valid msg.prefix. We should probably return gracefully here instead of forcing plugins to deal with such a case themselves.

Closes GH-1548