mIRC Homepage
Posted By: zorsa help this script - 27/12/19 02:10 PM
Hi, i want to create a script. I want to auto reply query.

like this;

on *:TEXT:*:?: {
.msg $nick hi
}

but how can i reply second and third and ... message? I want to send a new message every time a message arrives with timer. no matter what message comes example;

on *:TEXT:*:?: {
.msg $nick hi
timer1 5 .msg $nick how are you?
timer1 5 .msg $nick thanks
timer1 5 .msg $nick i dont know
}

thank you very much
Posted By: maroon Re: help this script - 27/12/19 03:52 PM
You sure you want to do this? What happens if the other person runs this same script. The definition of a feedback loop.
Posted By: zorsa Re: help this script - 27/12/19 08:28 PM
Yes, maybe. But i will do different stuff
Posted By: zorsa Re: help this script - 27/12/19 11:18 PM
can someone help me thanks
© mIRC Discussion Forums