_Added in 1.9.0_
*on :CTCPREPLY::*
Triggers when you receive a ctcp reply to a [[/ctcp]] request that you initiated.
See also [[on CTCP]], [[/ctcp]], [[/ctcpreply]].
*Parameters*
- The level for the event to trigger.
- The [[Matchtext]] to listen to.
- The commands to be performed when the event listener's criteria is met.
*Example*
; Listen for CTCPREPLY events matching 'VERSION*' and print the reply.
on *:CTCPREPLY:VERSION*:/echo -ag $nick is using IRC client: $1-
; Send a ctcp request 'VERSION' to 'Nick'
/ctcp Nick VERSION