fedora-infra / supybot-fedora

Fedora plugin for Supybot
20 stars 23 forks source link

karma: use release-local in-/decreased numbers #49

Closed puiterwijk closed 8 years ago

puiterwijk commented 8 years ago

.karma would be displaying the alltime increments and decrements because the same variable was reused. This would cause in a string like: "Karma for puiterwijk has been increased 73 times and decreased 0 times this release cycle for a total of 44 (73 all time)", which is wrong.

This patch makes it store the alltime increments and decrements in other variables to avoid overwriting the current-release numbers.

pypingou commented 8 years ago

:+1:

ralphbean commented 8 years ago

One comment needs to be addressed before merging. :-1: to merge for now.

pypingou commented 8 years ago

:+1: for me again

puiterwijk commented 8 years ago

Thanks!