We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccb818 commit 23c85faCopy full SHA for 23c85fa
scripts/leaderboard.coffee
@@ -73,7 +73,7 @@ module.exports = (robot) ->
73
# if there is to be `plus` in score
74
if word.indexOf("++") >= 0
75
name = word.replace posRegex, ""
76
- if username.toLowerCase() == name.toLowerCase()
+ if username.toLowerCase() == name.toLowerCase() or name.toLowerCase() == "c"
77
response = "-1"
78
else
79
field[name.toLowerCase()] = lastScore(name, field) + 1
0 commit comments