If I'm on a channel that has 2 people on it, and they have modes @ and +, only the @ shows in the display, but if I use
Code:
//echo -a $nick(#chan,0,@) $nick(#chan,0,+)

I get
Quote:
2 2

If I do
Code:
//echo -a $nick(#chan,0,@,+) $nick(#chan,0,+,@)

I get
Quote:
0 0


What I want is to get the count to show like
Quote:
2 0


A count of the highest level shown (and asked for in the script).

I hope that this makes sense. If it doesn't I apologize, but I'm unable to think of a better way to word it.