Creates an IRC statement.
Namespace: NetIrc2.ParsingAssembly: 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