mIRC Home    About    Download    Register    News    Help

Print Thread
#260801 18/06/17 09:32 PM
Joined: Aug 2003
Posts: 319
P
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
P
Joined: Aug 2003
Posts: 319
mirc v7.48

ctcp event does not seem to process channel events and only processes private events when you omit the "<*|#|?>:" before the commands.

Protopia #260802 19/06/17 12:26 AM
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
I'm not seeing a problem in 7.49 but I don't think there's a change between the 2 versions. Try putting the following line into a script by itself.

Code:
ctcp *:*:#:{ echo 12 -s CTCP EVENT / (nick) $nick / (chan) # / (CTCP TYPE) $1 (2-) $2- }


Reminder that, just like ON TEXT, this won't reply to actions taken by yourself, so you'll need someone else's help. If there's still no reaction to someone playing a sound or other channel ctcp, see if it works if you move this script to the top script in the list. If it then works, one of your other scripts interfered.

maroon #260873 29/06/17 10:59 AM
Joined: Aug 2003
Posts: 319
P
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
P
Joined: Aug 2003
Posts: 319
Thanks for the help. It is indeed working and this can be closed.


Link Copied to Clipboard