Add new highlight word
This commit is contained in:
parent
0505977cb5
commit
c05811e8f4
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class Logs(Cog):
|
||||||
self.clean_re = re.compile(r'[^a-zA-Z0-9_ ]+', re.UNICODE)
|
self.clean_re = re.compile(r'[^a-zA-Z0-9_ ]+', re.UNICODE)
|
||||||
# All lower case, no spaces, nothing non-alphanumeric
|
# All lower case, no spaces, nothing non-alphanumeric
|
||||||
self.susp_words = ["sx", "tx", "reinx", # piracy-enabling cfws
|
self.susp_words = ["sx", "tx", "reinx", # piracy-enabling cfws
|
||||||
|
"gomanx", # piracy-enabling cfws
|
||||||
"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
|
||||||
|
|
Loading…
Add table
Reference in a new issue