From 755bd3c37052ec4bf8c86afd2e0fa2502037a6d4 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 2 Mar 2019 20:58:44 -0500 Subject: [PATCH] rei -> reinx --- cogs/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/logs.py b/cogs/logs.py index f85cb02..05dcc1e 100644 --- a/cogs/logs.py +++ b/cogs/logs.py @@ -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"]