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 2 (or more) users to receive karma in a single message #10

Open
diachini opened this issue Feb 9, 2019 · 0 comments
Open

Allow 2 (or more) users to receive karma in a single message #10

diachini opened this issue Feb 9, 2019 · 0 comments

Comments

@diachini
Copy link

diachini commented Feb 9, 2019

Input

"Wow, thanks for everything bob_wehadababyitsaboy++ and nancy_wehadababyitsaboy++"

Expected Output

bob_wehadababyitsaboy has 1 point
nancy_wehadababyitsaboy has 1 point

Current output

bob_wehadababyitsaboy has 1 point

diachini pushed a commit to diachini/hubot-mega-plusplus that referenced this issue Feb 11, 2019
In order to parse karma for > 1 user at a time, we're going to need to
be able to call a function doing the same thing over with a subset of
the message.

re: jetpackworkflow#10
diachini pushed a commit to diachini/hubot-mega-plusplus that referenced this issue Feb 11, 2019
If you have the message "@person1++ @Person2++ @person3-- @person4--",
this will recursively add/remove karma to each of the people karma'ed.

closes jetpackworkflow#10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant