you mean to not kick other ops?

Code:
alias spamdetect {
  var %a = $comchan($1,0)
  while (%a > 0) {
    if ($me isop $comchan($1,%a)) && (($1 !isop $comchan($1,%a)) || ($1 !ishop $comchan($1,%a)))  {
      ban -ku3600 $comchan($1,%a) $1 14Private Offensive Language 
    }
    dec %a
  } 
}
 


This is set up so that ($me isop $chan) and when $nick does not have (ops or halfops)


Scripto ---- Life is about the relationships. The correct code being: $replace($them,$you,$me)