Hello all!

im trying to learn how to script in mirc, but i have some problem, perhaps some of u can help me with this.
----
on *:deop:#: {
if ($opnick != $nick) ($chan != #channel) {
/msg l op # | /timer 1 2 mode # -o+b $nick $address($nick,2) | /kick # $nick

} }
----
It keeps kicking itself in the end, but banning the person that deoped me.
Whats wrong with it? i cant spot the problem