mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-27 06:19:25 +01:00
e5097eee69
Add $event->{interpreted} field to events to notify other handlers whether an event was successfully interpreted by the interpreter. An $event->{interpreted} that is equal to or greater than 100 means the entire message was consumed and handlers shouldn't do any further processing of it that would generate any output to channels or users. Otherwise, $event->{interpreted} is incremented by 1 for each referenced command that was processed. |
||
---|---|---|
.. | ||
_Example.pm | ||
_Readme | ||
AntiAway.pm | ||
AntiKickAutoRejoin.pm | ||
UrlTitles.pm |