mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 16:25:46 +00:00
Add new highlight word
This commit is contained in:
parent
0505977cb5
commit
c05811e8f4
|
@ -21,6 +21,7 @@ class Logs(Cog):
|
|||
self.clean_re = re.compile(r'[^a-zA-Z0-9_ ]+', re.UNICODE)
|
||||
# All lower case, no spaces, nothing non-alphanumeric
|
||||
self.susp_words = ["sx", "tx", "reinx", # piracy-enabling cfws
|
||||
"gomanx", # piracy-enabling cfws
|
||||
"tinfoil", "dz", # title managers
|
||||
"goldleaf", "lithium", # title managers
|
||||
"cracked", # older term for pirated games
|
||||
|
|
Loading…
Reference in a new issue