IrcClient Notice Method NetIRC2 IRC Client Library for .NET
Sends a notice to the specified user.

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

public void Notice(
	IrcString recipient,
	string message
)
See Also