Display issues once entity reaches -10000 karma

Issue #14 new
Robert Utter created an issue

If an entity has less than -10,000 karma, the /karma :bottom things command will drop the negative sign.

Looking at karma.js, I notice this line:

var karma = ('     ' + all[key]).slice(-5);

Based on that, I suppose this would become an issue once karma reaches either -10,000 or +100,000.

Hopefully this is not a common issue. An intern was feeling exceptionally passionate.

Comments (0)

  1. Log in to comment