ErikMouse, of all the if and elseifs, not to mention the else is not needed, you can simply do this with $istok:
Code:
on @*:JOIN:#testing:{
  if ($istok(20 80 90,$ulevel,32)) {
    mode # +v $nick
  }
}
You only need to specify the #testing in the join event. You don't have to indicate the channel in the mode command.