IrcStatement PropertiesNetIRC2 IRC Client Library for .NET
The IrcStatement type exposes the following members.
Properties

  NameDescription
Public propertyCommand
The command, or if the IRC statement is a reply, a three-digit number.
Public propertyParameters
The parameters of the statement.
Public propertyReplyCode
The numeric reply code, if the IRC statement is a reply.
Public propertySource
The source of the statement, if any. This is called the prefix in the IRC specification.
Back to Top
See Also