IRC.NET


IrcRawMessageEventArgs

Defined in IrcDotNet.dll.
Provides data for the IrcClient.RawMessageSent and IrcClient.RawMessageReceived events.

Instance members

Instance memberDescription
Message()
Signature: unit -> unit
Gets the message that was sent/received by the client.
RawContent()
Signature: unit -> unit
Gets the raw content of the message.
Fork me on GitHub