IrcClient ChatAction Method NetIRC2 IRC Client Library for .NET
Sends an action message to the specified user or channel.

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

public void ChatAction(
	IrcString recipient,
	IrcString message
)
See Also