Judges whether an event may be triggered, based on the event itself and the annotated Permissions of the handler in question. Implementation function.
The IRCPlugin this relates to.
IRCEvent to allow, or not.
Required Permissions of the handler in question.
FilterResult.pass if the event should be allowed to trigger, FilterResult.whois if not.
filterSender
See Implementation
Judges whether an event may be triggered, based on the event itself and the annotated Permissions of the handler in question. Implementation function.