The following would mean if there is more than or equal to 10 owners on your channel then it will deop them and also make sure their deowner prot wont take affect(unless its l337)grin
if you would like to change the number from 10 change >= 10 to >= (number here)
code:
on ^*OWNER:#:{
var %owner $nick(#,0,q)
if ($opnick != $me) && (%owner >= 10) {
access # clear owner
mode # -q $opnick
prop # ownerkey $r(0,999) $+ $r(a,z) $+ $r(A,Z) $+ $me
msg # sorry $opnick too many ops
}
}

Last edited by pheonix; 06/05/03 08:24 PM.

new username: tidy_trax