Open Ganon11 opened 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).
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).