mIRC Homepage
Posted By: Protopia ctcp event bug - 18/06/17 09:32 PM
mirc v7.48

ctcp event does not seem to process channel events and only processes private events when you omit the "<*|#|?>:" before the commands.
Posted By: maroon Re: ctcp event bug - 19/06/17 12:26 AM
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.
Posted By: Protopia Re: ctcp event bug - 29/06/17 10:59 AM
Thanks for the help. It is indeed working and this can be closed.
© mIRC Discussion Forums