You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
I was planning this for a plugin. It should be doable that way, with the ability to either set an explicit mask, or ignore a user and have the plugin create a mask based on it. It can just cancel incoming message events from ignored users or something.
Well the point I'm making is that if we're going to do /proper/ ignores then the protocols should have a function that can match users based on strings.
Ah right. Well, the IRC protocol has a utils thing that has suitable methods, and for mumble it's pretty much just nick comparison.
I had planned to before make protocol_inst.utils a thing on every protocol, but never got around to figuring out the best way to go about it. Having a base utils class with required functionality, then having protocols subclass that would probably be the best way. At that point, we might be better off just putting the functions in the protocol class itself, but the protocols are already pretty massive.
Have a way to ignore hostmasks or users would be very beneficial to help specific users that keep spamming Ultros.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: