logs: one more susp entry

This commit is contained in:
Ave Ozkal 2019-02-27 12:10:09 +03:00
parent 0c89864a96
commit 2d2adfddc4
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -18,7 +18,7 @@ class Logs:
self.clean_re = re.compile(r'[\W_]+', re.UNICODE)
# All lower case, no spaces, nothing non-alphanumeric
self.susp_words = ["sx", "tx", "reinx", "tinfoil", "dz", "goldleaf",
"nsp", "xci", "nut", "doge", "cdnsp"]
"nsp", "xci", "nut", "doge", "cdnsp", "lithium"]
self.ok_words = ["nspwn", "hblnsp", "exefs"]
async def on_member_join(self, member):