mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:35:36 +00:00
:)
This commit is contained in:
parent
79dbfc8611
commit
d97f948e9b
|
@ -24,7 +24,7 @@ class Logs(Cog):
|
|||
"tinfoil", "dz", # title managers
|
||||
"goldleaf", "lithium", # title managers
|
||||
"cracked", # older term for pirated games
|
||||
"xci"] # "backup" format
|
||||
"xci", "nsz"] # "backup" format
|
||||
susp_hellgex = "|".join([r"\W*".join(list(word)) for
|
||||
word in self.susp_words])
|
||||
self.susp_hellgex = re.compile(susp_hellgex, re.IGNORECASE)
|
||||
|
|
Loading…
Reference in a new issue