rei -> reinx
This commit is contained in:
parent
bd347e7f3c
commit
755bd3c370
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Logs(Cog):
|
|||
self.name_re = re.compile(r"[a-zA-Z0-9].*")
|
||||
self.clean_re = re.compile(r'[\W_]+', re.UNICODE)
|
||||
# All lower case, no spaces, nothing non-alphanumeric
|
||||
self.susp_words = ["sx", "tx", "rei", "tinfoil", "dz", "goldleaf",
|
||||
self.susp_words = ["sx", "tx", "reinx", "tinfoil", "dz", "goldleaf",
|
||||
"nsp", "xci", "nut", "doge", "cdnsp", "lithium"]
|
||||
self.ok_words = ["nspwn", "hblnsp", "exefs"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue