Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
The message ID you want to reply to.
Finds a connection from the list of connections that satisfies the given predicate, or if none was found, returns makes a new connection. This means that the given predicate must be specified in a way that a new connection always satisfies it.
The predicate the connection must fulfill.
Sends a raw IRC command to the server, e.g. JOIN #forsen
.
Throws an exception if the passed command contains one or more newline characters.
Raw IRC command.
Generated using TypeDoc
Calls each of the listeners registered for a given event.