IrcStatement Constructor (IrcIdentity, IrcString,  IrcString )NetIRC2 IRC Client Library for .NET
Creates an IRC statement.

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

public IrcStatement(
	IrcIdentity source,
	IrcString command,
	params IrcString[] parameters
)

Parameters

source
Type: NetIrc2 IrcIdentity
The source of the statement, if any. This is called the prefix in the IRC specification.
command
Type: NetIrc2 IrcString
The command or three-digit reply code.
parameters
Type:  NetIrc2 IrcString 
The parameters of the command.
See Also