Forwards the supplied IRCEvent to IRCPluginImpl.onEventImpl.
This is made a separate function to allow plugins to override it and insert their own code, while still leveraging IRCPluginImpl.onEventImpl
for the actual dirty work.
Parsed IRCEvent to pass onto IRCPluginImpl.onEventImpl.
IRCPluginImpl.onEventImpl
See Implementation
Forwards the supplied IRCEvent to IRCPluginImpl.onEventImpl.
This is made a separate function to allow plugins to override it and insert their own code, while still leveraging IRCPluginImpl.onEventImpl
for the actual dirty work.