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
According to the current setup, when the following nick patterns are upvoted (++),
nick++
nick ++
nick: ++
nick, ++
The increment doesn't strip the space char, nor the various other chars that clients seem to have appended to autocompleted nicks as defaults, resulting in every pattern having 1 vote.
The text was updated successfully, but these errors were encountered:
#1496
Now this is the concept borrowed from the karma implementation in Bitbot in terms of the regex and the reverse karma (which isn't particularly necessary imo) but the parenthesis version is interesting.
Issue is that it is only using ++ and -- as the inc and dec chars respectively.
According to the current setup, when the following
nick
patterns are upvoted (++),nick++
nick ++
nick: ++
nick, ++
The increment doesn't strip the space char, nor the various other chars that clients seem to have appended to autocompleted nicks as defaults, resulting in every pattern having 1 vote.
The text was updated successfully, but these errors were encountered: