IrcClient GotNotice EventNetIRC2 IRC Client Library for .NET
Called when someone sends a notice. Notices differ from ordinary messages in that, by convention, one should not send an automated reply in response (such as 'I am away from the keyboard.').

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public event EventHandler<ChatMessageEventArgs> GotNotice
See Also