]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit
Renames the 'karma' plugin to a 'points' system
authorEric Sorenson <eric.sorenson@puppetlabs.com>
Tue, 15 Dec 2015 22:44:51 +0000 (14:44 -0800)
committerEric Sorenson <eric.sorenson@puppetlabs.com>
Tue, 15 Dec 2015 23:27:52 +0000 (15:27 -0800)
commit2700d5d2817671329261b22f8edc3a27b1f52595
treefc07a594b6e937158d08ba48a01d7a27a3019d3c
parent43ebe3abdcb86e0edebb2d581e07064df7fdf467
Renames the 'karma' plugin to a 'points' system

Prior to this commit, rbot used a "karma" system for keeping
track of user points. This phrasing, while widespread, is
unnecessarily appropriationist.

This commit renames the plugin to a more neutral "points"
system, accomplishing exactly the same goal without using
culturally problematic language.

For more background please read: http://bit.ly/1MfLmce
21 files changed:
data/rbot/plugins/excuse.rb
data/rbot/plugins/karma.rb [deleted file]
data/rbot/plugins/points.rb [new file with mode: 0644]
lib/rbot/messagemapper.rb
lib/rbot/plugins.rb
po/en/rbot-karma.po [deleted file]
po/en/rbot-points.po [new file with mode: 0644]
po/fi/rbot-karma.po [deleted file]
po/fi/rbot-points.po [new file with mode: 0644]
po/fr/rbot-karma.po [deleted file]
po/fr/rbot-points.po [new file with mode: 0644]
po/it/rbot-karma.po [deleted file]
po/it/rbot-points.po [new file with mode: 0644]
po/ja/rbot-karma.po [deleted file]
po/ja/rbot-points.po [new file with mode: 0644]
po/rbot-karma.pot [deleted file]
po/rbot-points.pot [new file with mode: 0644]
po/zh_CN/rbot-karma.po [deleted file]
po/zh_CN/rbot-points.po [new file with mode: 0644]
po/zh_TW/rbot-karma.po [deleted file]
po/zh_TW/rbot-points.po [new file with mode: 0644]