IrcClient IrcCommand Method (IrcString,  IrcString )NetIRC2 IRC Client Library for .NET
Constructs and sends an IRC command to the server.

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

public bool IrcCommand(
	IrcString command,
	params IrcString[] parameters
)

Parameters

command
Type: NetIrc2 IrcString
The command to send.
parameters
Type:  NetIrc2 IrcString 
The command's parameters.

Return Value

true if the command was sent successfully.
See Also