IRC.NET


IrcMessageEventArgs

Defined in IrcDotNet.dll.
Provides data for events that are raised when an IRC message or notice is sent or received.

Instance members

Instance memberDescription
Encoding()
Signature: unit -> unit
Gets the encoding of the message text.
Source()
Signature: unit -> unit
Gets the source of the message.
Targets()
Signature: unit -> unit
Gets a list of the targets of the message.
Text()
Signature: unit -> unit
Gets the text of the message.
Fork me on GitHub