mIRC Homepage
Posted By: veritas ctcp's in channel - 07/11/03 11:01 PM
Why doesnt this work for me? (v6.12)

ctcp *:*:#: {
if ($1 == SOUND) { goto end }
else { halt }
:end
}
Posted By: Othello Re: ctcp's in channel - 08/11/03 02:55 AM

try this

ctcp *:*:*: {
if ($1 == SOUND) { goto end }
else { halt }
:end
}
Posted By: Iori Re: ctcp's in channel - 08/11/03 04:20 AM
Simpler...
ctcp *:sound:#:!
Posted By: veritas Re: ctcp's in channel - 08/11/03 11:12 AM
Nope, sorry guys.
In mIRC 6.03 this works like it should work.
but in 6.12 i get no responce to any of the ctcp commands but the standard ones.

I tried:
ctcp *:*:*: {

ctcp ^*:*:*:

ctcp *:*: {
Posted By: veritas Re: ctcp's in channel - 08/11/03 07:31 PM
I fixed it..
Seems this only happens to updated mIRC.exe's something screwy in the mirc.ini.. on a freshly installed 6.12 I had no trouble with the ctcp remotes.
© mIRC Discussion Forums