README
Karma lets your team upvote and downvote everything. This way you can keep track of what really matters -- internet points for everything.
Give things Karma by saying word++ and remove it by saying word--. With Pattern support, you don't have to mention Abbot at all!
Add these two Regular Expression Patterns after installing the skill:
Upvotes:
(\S+[^+:\s])[: ]*++(\s|$)
Downvotes:
(\S+[^-:\s])[: ]*--(\s|$)
What will they think of next?
Usage
Karma works with a Pattern. Give something points by saying term++
, and remove them with term--
.
This was inspired by Hubot's Karma script: https://github.com/github/hubot-scripts/blob/master/src/scripts/karma.coffee