-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/on events/on ctcpreply
The ON CTCPREPLY event triggers after a user's client responds to a /ctcp command. The CTCP requests page discusses, in detail, common CTCP requests.
Synopsis
ON <level>:CTCPREPLY:<matchtext>:<commands>
Parameters
<level>The level for the event to trigger.
<matchtext>The text that to be matched. Can also be a wildcard.
<commands>The commands to be performed when the event listener's criteria is met.
Example
Echo, to the active window, the reply a user gives to a Ctcp version request.
ON *:CTCPREPLY:VERSION*:echo -a $nick $+ 's IRC client is: $1-
Compatibility
Added: mIRC v4.5
Added On: 30/06/96