Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to give/remove more than one point at a time, upto a configurable limit #4

Open
regentgal opened this issue Dec 29, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@regentgal
Copy link

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.

@regentgal regentgal added the enhancement New feature or request label Dec 29, 2018
diachini pushed a commit to diachini/hubot-mega-plusplus that referenced this issue Feb 9, 2019
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.

closes jetpackworkflow#4 the rest of the way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant