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
//echo -a $nick(#chan,0,@) $nick(#chan,0,+)
I get
If I do
//echo -a $nick(#chan,0,@,+) $nick(#chan,0,+,@)
I get
What I want is to get the count to show like
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.