IrcClient IrcCommand Method (IrcStatement)NetIRC2 IRC Client Library for .NET
Sends a premade IRC statement to the server.

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

public bool IrcCommand(
	IrcStatement statement
)

Return Value

true if the statement was sent successfully.
See Also