mIRC Home    About    Download    Register    News    Help

Print Thread
#59429 07/11/03 11:01 PM
Joined: Aug 2003
Posts: 9
V
veritas Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
Why doesnt this work for me? (v6.12)

ctcp *:*:#: {
if ($1 == SOUND) { goto end }
else { halt }
:end
}


--
They who dream by day are cognizant of many things which escape those who dream only by night.
#59430 08/11/03 02:55 AM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417

try this

ctcp *:*:*: {
if ($1 == SOUND) { goto end }
else { halt }
:end
}




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#59431 08/11/03 04:20 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Simpler...
ctcp *:sound:#:!

#59432 08/11/03 11:12 AM
Joined: Aug 2003
Posts: 9
V
veritas Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
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 *:*: {


--
They who dream by day are cognizant of many things which escape those who dream only by night.
#59433 08/11/03 07:31 PM
Joined: Aug 2003
Posts: 9
V
veritas Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
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.


--
They who dream by day are cognizant of many things which escape those who dream only by night.

Link Copied to Clipboard