I tried a timer in front of the if such as: timer 1 2 if (blah). I tried a:
Code:
 on *:JOIN:#: {
  timer 1 2 { goto start }
  :start
  if ($ulevel = 1) {
    mode # +v $nick
  } 
Neither work. What am I doing wrong?