From d97f948e9ba3387450e7a4e2aeb1e0cfcb9e89d7 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Mon, 7 Oct 2019 10:19:01 +0300 Subject: [PATCH] :) --- cogs/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/logs.py b/cogs/logs.py index 6cd498c..aa63fac 100644 --- a/cogs/logs.py +++ b/cogs/logs.py @@ -24,7 +24,7 @@ class Logs(Cog): "tinfoil", "dz", # title managers "goldleaf", "lithium", # title managers "cracked", # older term for pirated games - "xci"] # "backup" format + "xci", "nsz"] # "backup" format susp_hellgex = "|".join([r"\W*".join(list(word)) for word in self.susp_words]) self.susp_hellgex = re.compile(susp_hellgex, re.IGNORECASE)