So I could tack on that IF statement to the end of the .timer?
Code:
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?

Last edited by Ecf1; 29/03/11 01:48 AM.