IrcClient CtcpCommand Method NetIRC2 IRC Client Library for .NET
Sends a CTCP command 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 CtcpCommand(
	IrcString recipient,
	IrcString command,
	IrcString[] parameters,
	bool escapeParameters = true
)

Parameters

recipient
Type: NetIrc2 IrcString
The user or channel to send the command to.
command
Type: NetIrc2 IrcString
The CTCP command.
parameters
Type:  NetIrc2 IrcString 
The CTCP command parameters.
escapeParameters (Optional)
Type: OnlineSystem Boolean
true to quote parameters with spaces in them, and escape backslashes and quotation marks.
See Also