IRCEventHandler._chainable

Whether or not the annotated event handler function should allow other functions to fire after it. If not set (default false), it will terminate and move on to the next plugin after the function returns.

struct IRCEventHandler
bool _chainable;

Meta