IrcClient.onMessage

Invoked when a message is picked up by the user for this client.

class IrcClient
void delegate(IrcUser user, in char[] target, in char[] message)[] onMessage;

Meta