:)
This commit is contained in:
parent
79dbfc8611
commit
d97f948e9b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue