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
Just like `Buzzkill Mode TM` from the Hipchat karma bot, this prints out
a message explaining the 5 (or MAX_POINTS) limit if someone is giving
(or taking away) more karma.
closesjetpackworkflow#4 the rest of the way
Allow users to give more than one point at a time by adding "+"s
@jess++
=> Adds 1 point@jess+++
=> Adds 2 points@jess++++
=> Adds 3 points@jess--
=> Subtracts 1 point@jess---
=> Subtracts 2 points@jess----
=> Subtracts 3 points@jess++++++++++++
=> Adds 5 points assuming a configured limit of 5.@jess----------------
=> Subtracts 5 points assuming a configured limit of 5.The text was updated successfully, but these errors were encountered: