Merge pull request #28 from thedax/bandaid

rei -> reinx
This commit is contained in:
Ave 2019-03-03 02:00:38 +00:00 committed by GitHub
commit e80918b7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class Logs(Cog):
self.name_re = re.compile(r"[a-zA-Z0-9].*") self.name_re = re.compile(r"[a-zA-Z0-9].*")
self.clean_re = re.compile(r'[\W_]+', re.UNICODE) self.clean_re = re.compile(r'[\W_]+', re.UNICODE)
# All lower case, no spaces, nothing non-alphanumeric # 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"] "nsp", "xci", "nut", "doge", "cdnsp", "lithium"]
self.ok_words = ["nspwn", "hblnsp", "exefs"] self.ok_words = ["nspwn", "hblnsp", "exefs"]