Messages Plugin

This plugin is built-in.

This plugin listens to the IrcSocket, turning each line of data into a Message and emitting the event with the event names being the command or numeric name and the replyname if it is a numeric. You can subscribe to these events using the handlers plugin hook.

Config

None

Commands

None

Exports

isupport(isupport: Object)
Private function for the server plugin.
afterEmit((?): ?)
Function that let's you add things to do after each handler. You probably won't need to use this.

Plugin Hooks

None