you might wanna check out
on rawmode. That is what I have to do on my network to get the modes ( we have +a = sops too ).
/help on rawmode
EDIT: just realized that on rawmode only works if they get +a once yer in the channel, it wont work if they have it when you enter because the mode is already set, sorry bout that., maybe check and see if they have the symbol that is used for your sops in an
if statement
FINAL EDIT

- try something with
$nick($active,$1).pnick that returns thier nick and status like if i was an sop in my channel it would return
!Keeker and then you could use it in an if statement, like:
alias chkstat {
echo -a $iif( ! isin $nick($active,$1).pnick,SOP detected,Nope - not an sop)
}
then you would use /chkstat <nick> to see if they are an sop or not
hope that makes sense and helps