IrcClient.onNotice

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

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

Meta