mIRC Homepage
Hi guys,

I have this script to auto respond private messages

on ^*:OPEN:?: {
msg $nick Text-Text-Text-Text.....
}

But I would add a delay to my answer, because it is a little suspicious write a message of 200 characters in one second after receiving the private.

Can you help me please? Thank you very much.

Sorry for my bad English frown
You need to use a timer: /help /timer

.timer 1 3 msg $nick Text

would wait 3 seconds wink
© mIRC Discussion Forums