Merge pull request #41 from leo60228/patch-1

Add "cracked" to susp_words
This commit is contained in:
Ave 2019-06-22 20:46:10 +03:00 committed by GitHub
commit 5861a76674
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
"tinfoil", "dz", # title managers
"goldleaf", "lithium", # title managers
"cracked", # older term for pirated games
"xci"] # "backup" format
susp_hellgex = "|".join([r"\W*".join(list(word)) for
word in self.susp_words])