logs: one more susp entry
This commit is contained in:
parent
0c89864a96
commit
2d2adfddc4
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue