Click or drag to resize

PrivateCtcpReplyMessage Delegate

Delegate gets called when your IUser receives a private CTCP Reply message

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void PrivateCtcpReplyMessage(
	PrivateCtcpReplyMessageArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.PrivateMessagesPrivateCtcpReplyMessageArgs
PrivateCtcpReplyMessageArgs
Remarks
Scripted Event Equivalent: on CTCPREPLY
See Also