Quote:
<...>:

Need some help on this on ....

in a

i want a script to trigger when it does a CTCP Version and doesnt get a reply ...

how do i go about doing that??

Thanks

<...>


Unfortunately, I did post a coded reply to your original request that was also deleted. I am going to take this up separately with the person who removed it <vitriol deleted>. The general reply was:
Code:
 
alias custom_version {
ctcp $$1 version
timer $+ _vers_ $+ $$1 1 5 { your code here }
}

on 1:CTCPREPLY:VERSION*:timer $+ _vers_ $+ $nick off

 

Usage: /custom_version <nick>

In my original comments I had mentioned that the 5 second delay was nominal, you can change it to whatever you need, but be aware of the effect of lagged networks.

I hope you find this useful, this is not tested.

Cheers,

DK.


Darwin_Koala

Junior Brat, In-no-cent(r)(tm) and original source of DK-itis!