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)