($opnick == $me) how can I change that to see if it is a different user being deop? So it would be like
on 1:DEOP:#: {
if ($nick == $me) { halt }
elseif ($opnick == notme ) { halt }
elseif ($opnick == $me) {do wahtever}