I didn't really understand you, but you might want to check out $nick(). For example:
$nick(#blah,qwerty,o) returns a number > 0 if qwerty is an op in #blah, otherwise $null
$nick(#blah,qwerty,o,v) returns a number > 0 if qwerty is an op in #blah but NOT voiced at the same time, otherwise $null. So, if I'm opped and voiced at the same time OR a regular, it returns $null.
$nick(#blah,qwerty,o,vh) returns a number > 0 if qwerty is an op but not voiced or halfop at the same time, otherwise $null.
You can also use a number (index) instead of a specific nickname in all examples above. In this case, if there's a match, the nickname is returned.