LearnProgramming / percival

An IRC bot designed to help the LPMCers track quotes, log channels, and all sorts of things
22 stars 8 forks source link

Karma plugin #3

Open jfredett opened 12 years ago

jfredett commented 12 years ago

A plugin which provides:

!upvote <user>
!downvote <user>
increases or decreases the karma of a given user, ratelimits downvotes by a particular user to some configurable (via env var) amount.

!karma <user>
Display the karma of the given user.
ZachMassia commented 11 years ago

Should there be one instance of the Karma class per user? Or just one instance that handles all users?