IrcClient.handleMessage

Callback for when a message has been received.

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

Meta