Add "cracked" to susp_words
This commit is contained in:
parent
2b83b355e9
commit
6ca7516312
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue