Hi guys, first time poster and I need a little help... it's been a long time since I scripted in mIRC and I'm a little rusty, and I'm sure even this basic code (which works) is a little outdated.

What I have is a simple on JOIN script, but I want to add a flood protection to it... say, a 5-10 minute interval to protect me from a join/part flood. Here is basic script I have going on (this is just example)-

on 1:join:#:{
if (gomorrah == $nick) {
.msg $chan did welcome back $nick }
}

How can i set up a time variable (or lines of script) that that tells the entire script to execute ONLY when the time that's passed is greater than the time set in, say, %timeexpire ?? If this is confusing, i apologize... and if my script is outdated i apologize as well, but like I said it's been years... almost 10 years ha.

Thanks for your help in advance smile