IrcMessageData Constructor
|
Constructor to create an instace of IrcMessageData |
Channel
|
Gets the channel the message originated from |
From
|
Gets the combined nickname, identity and hostname of the user that sent the message |
Host
|
Gets the hostname of the user that sent the message |
Ident
|
Gets the identity (username) of the user that sent the message |
Irc
|
Gets the IrcClient object the message originated from |
Message
|
Gets the message |
MessageArray
|
Gets the message as an array of strings (splitted by space) |
Nick
|
Gets the nickname of the user that sent the message |
RawMessage
|
Gets the raw message sent by the server |
RawMessageArray
|
Gets the raw message sent by the server as array of strings (splitted by space) |
ReplyCode
|
Gets the message reply code |
Type
|
Gets the message type |
Equals (inherited from Object) |
|
GetHashCode (inherited from Object) |
|
GetType (inherited from Object) |
|
ToString (inherited from Object) |
Finalize (inherited from Object) |
|
MemberwiseClone (inherited from Object) |
IrcMessageData Class | Meebey.SmartIrc4net Namespace