So I could tack on that IF statement to the end of the .timer?
on *:join:# {
/msg $chan Welcome to $read C:\Users\Owner\Documents\places.txt
.timer 1 5 { if ($nick isreg $chan) { mode $chan +h $nick
}
}
}
That should implement the timer into the IF statement, yes?