i have a event that deops someone if they are opped
id like to make it work for +Q as well how can this be done

code------------------------------------------------------------------
on *!:op:#:{
if (($ulevel <= 2) && ($opnick != $me)) { /mode # -o $opnick }
else { /halt }
}


The Kodokan will move you, one way or another.