When someone joins a channel you are on, is there any difference between
on *:JOIN:#: if ($istok($aop($fulladdress).type,$chan,44)) { do something }
and
on *:JOIN:#: if ($nick isaop $chan) { do something }
I did it the long way first forgetting about isaop, but is there a circumstance where it would give a different result?