Function IRCClient.onNotice

Called upon reception of an incoming notice.

void delegate(Message) onNotice () @property;

void delegate(Message) onNotice (
  void delegate(Message) newValue
) @property;

A notice is similar to a privmsg, except it is expected to not generate automatic replies.

Parameters

NameDescription
a information on the incoming message