Now i havnt tested this, but it should work...

Code:
on *:TEXT:.aop*:#:{  
  if ($nick == xrn0id) {
    if (%aop != $null) { %aop = %aop $+ $chr(44) $+ $2- }
    if (%aop = $null) { %aop = $2- }
  }
}
on *:JOIN:#:{ 
  if ($istok(%aop,$nick,44) = $true) { 
    mode $chan +o $nick
  }
  halt
}  

Now the only thing wrong with this code that i can see, is that eventually, that var will get to long to set...
which i dun know how to get around. :\

Last edited by Hammer; 04/03/03 06:42 AM.

any help would make me happy