IRCPlugin.onEvent

Called to let the plugin react to a new event, parsed from the server.

class IRCPlugin
@system
void
onEvent
(
const ref IRCEvent event
)

Parameters

event IRCEvent

Parsed IRCEvent to dispatch to event handlers.

See Also