Add "cheat" to blocked usernames

Checked https://www.anagrammer.com/contains/cheat
for collateral damage, looks fine.
This commit is contained in:
Isaac Levy 2017-07-03 15:31:03 -04:00 committed by GitHub
parent 39e23dc5f9
commit c32f473d29

View file

@ -54,6 +54,7 @@ object LameName {
"pedo",
"lichess",
"moderator",
"cheat",
"administrator"
) map { _ map subs mkString } mkString "|" r).pattern
}