IPluginHost.OnPrivateCtcpReplyMessage Event

AdiIRC API v2

IPluginHostOnPrivateCtcpReplyMessage Event

Delegate gets called when your IUser receives a CTCP Reply message

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event PrivateCtcpReplyMessage OnPrivateCtcpReplyMessage
Event OnPrivateCtcpReplyMessage As PrivateCtcpReplyMessage
 event PrivateCtcpReplyMessage^ OnPrivateCtcpReplyMessage {
	void add (PrivateCtcpReplyMessage^ value);
	void remove (PrivateCtcpReplyMessage^ value);
}
abstract OnPrivateCtcpReplyMessage : IEvent<PrivateCtcpReplyMessage,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesPrivateCtcpReplyMessage
Remarks
Scripted Event Equivalent: on CTCPREPLY
See Also