Sends a premade IRC statement to the server.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IrcCommand( IrcStatement statement )
Parameters
- statement
- Type: NetIrc2.Parsing IrcStatement
The statement to send.
Return Value
true if the statement was sent successfully.See Also