You can't stop the kick and ban, but you can unban him.

Code:
on *:ban:#channel:{
if ($me !isop #) halt
if ($bnick isop #) { mode # -b $banmask | mode # -o $nick }
}

Last edited by Thedude; 27/06/03 05:47 PM.