IRCClient.onNotice

Called upon reception of an incoming notice.

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

  1. typeof(_onNotice) onNotice [@property getter]
    class IRCClient
    @property
    typeof(_onNotice)
    onNotice
    ()
  2. typeof(_onNotice) onNotice [@property setter]

Meta