Add "cracked" to susp_words

This commit is contained in:
/u/leo60228 2019-06-19 19:44:04 -04:00 committed by GitHub
parent 2b83b355e9
commit 6ca7516312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ class Logs(Cog):
self.susp_words = ["sx", "tx", "reinx", # piracy-enabling cfws self.susp_words = ["sx", "tx", "reinx", # piracy-enabling cfws
"tinfoil", "dz", # title managers "tinfoil", "dz", # title managers
"goldleaf", "lithium", # title managers "goldleaf", "lithium", # title managers
"cracked", # older term for pirated games
"xci"] # "backup" format "xci"] # "backup" format
susp_hellgex = "|".join([r"\W*".join(list(word)) for susp_hellgex = "|".join([r"\W*".join(list(word)) for
word in self.susp_words]) word in self.susp_words])