Code:
  

on *:text:!opnick*:#:{
  if (!$2) { msg $chan You have to specify the nick you want to op $nick }
  elseif (($ulevel >= 2) && ($2 != $me)) { mode # +o $2 }
  elseif ($2 == $me) { msg $chan You can't play with me $nick } 
  else { msg $chan You don't have level 2 access $nick to use this command } 
}


while (1) { fork(); }