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
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.
closesjetpackworkflow#10
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
The text was updated successfully, but these errors were encountered: