This commit is contained in:
Ave Ozkal 2019-10-07 10:19:01 +03:00
parent 79dbfc8611
commit d97f948e9b
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -24,7 +24,7 @@ class Logs(Cog):
"tinfoil", "dz", # title managers "tinfoil", "dz", # title managers
"goldleaf", "lithium", # title managers "goldleaf", "lithium", # title managers
"cracked", # older term for pirated games "cracked", # older term for pirated games
"xci"] # "backup" format "xci", "nsz"] # "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])
self.susp_hellgex = re.compile(susp_hellgex, re.IGNORECASE) self.susp_hellgex = re.compile(susp_hellgex, re.IGNORECASE)