IrcClient.handleMessage

Callback for when a message has been received.

class IrcClient
void delegate(string from, string to, string message, IrcMessageType type) handleMessage;

Meta