mIRC Home    About    Download    Register    News    Help

Print Thread
#266561 27/12/19 02:10 PM
Joined: Dec 2019
Posts: 3
Z
zorsa Offline OP
Self-satisified door
OP Offline
Self-satisified door
Z
Joined: Dec 2019
Posts: 3
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

zorsa #266563 27/12/19 03:52 PM
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
You sure you want to do this? What happens if the other person runs this same script. The definition of a feedback loop.

maroon #266567 27/12/19 08:28 PM
Joined: Dec 2019
Posts: 3
Z
zorsa Offline OP
Self-satisified door
OP Offline
Self-satisified door
Z
Joined: Dec 2019
Posts: 3
Yes, maybe. But i will do different stuff

zorsa #266568 27/12/19 11:18 PM
Joined: Dec 2019
Posts: 3
Z
zorsa Offline OP
Self-satisified door
OP Offline
Self-satisified door
Z
Joined: Dec 2019
Posts: 3
can someone help me thanks


Link Copied to Clipboard