alias comchan_notreg {
var %i = $comchan($1,0)
while ( %i ) {
if ( $nick($comchan($1,%i),$1,ohv) ) return $true
dec %i
}

returns $true if the nick in $1 is op/halfop/voice on any channels you're on...


Code:
//if ( khaled isgod ) echo yes | else echo no