You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, with PREFIX we should also be splitting this: "(ohv)@%+" into:
"(o)@"
"(h)%"
"(v)+"
Do the same for each PREFIX value we interpret and count the stats on each of those 'pretty' values separately. It would make for more useful stats in this case, and in the case of other CAP/ISUPPORT values.
The text was updated successfully, but these errors were encountered:
For instance, with
PREFIX
we should also be splitting this:"(ohv)@%+"
into:"(o)@"
"(h)%"
"(v)+"
Do the same for each
PREFIX
value we interpret and count the stats on each of those 'pretty' values separately. It would make for more useful stats in this case, and in the case of other CAP/ISUPPORT values.The text was updated successfully, but these errors were encountered: