CtcpMessageEventArgs
Defined in IrcDotNet.dll.
Provides data for events that are raised when a CTCP message or notice is sent or received.
Instance members
Instance member | Description |
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. |