modubot / modubot.js

Modubot: the scalable and extensible IRC bot.
https://modubot.net
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

A karma plugin #52

Open kamaln7 opened 9 years ago

kamaln7 commented 9 years ago

Kind of like https://github.com/kamaln7/slack-wgaca but using MongoDB instead of RethinkDB, though we probably don't need reasons so a simple document for each user should work:

{
    "user": "someUser",
    "points": 6
}

Usage

<user> someOtherUser++
<modubot> kamal == 1
<user> someOtherUser++
<modubot> kamal == 2
<user> someOtherUser--
<modubot> kamal == 1