i got this so far:

Code:
on *:TEXT:.aop*:#:{
  if ($nick == xrn0id) {
    var %aop $2-
  }
}
on *:JOIN:#:{
  if ($nick isin %aop) {
    //mode $chan +o $nick
  }
  halt
}


which is completely wrong, but im sure you get the idea of where im going. Please help me if you know how. Thanks.



;Check for Life

if (%life == $null) {
goto getlife
}