IRCMessage ​
A message received from the IRC server.
Kind: Class
Namespace: ConnectorLib.IRC
Public Constructors
IRCMessage()
Public Attributes
string
Channel
The channel the message was sent to.
string
From
The nickname of the user who sent the message.
string
Message
The type of message received.
