Ganon11 / WorfBot2

An extensible (via commands) IRC Bot written in Python
GNU General Public License v3.0
0 stars 2 forks source link

KarmaBot #5

Open Ganon11 opened 10 years ago

Ganon11 commented 10 years ago

Have a simple database mapping phrases to karma count.

(phrase)++ increments karma, (phrase)-- decrements karma.

!karma checks the karma count of phrase.

Sub-enhancements would include: multiple ++ and -- in the same line, alias-tracking (a.k.a. mstark++ and mstark++ and mstark1++ all increment the same value, !karma mstark, !karma mstark, and !karma mstark1 all check the same value).