Property | Type | Description | |
---|---|---|---|
Command | string | ||
Parameters | IList |
||
Prefix | string | ||
Source | IIrcMessageSource |
Method | Description | |
---|---|---|
IrcMessage ( |
Initializes a new instance of the IrcMessage structure.
|
|
ToString ( ) : string |
Returns a string representation of this instance.
|
public IrcMessage ( |
||
client | A client object that has sent/will receive the message. | |
prefix | string | The message prefix that represents the source of the message. |
command | string | The command name; either an alphabetic word or 3-digit number. |
parameters | IList |
/// A list of the parameters to the message. Can contain a maximum of 15 items. /// |
return | System |