From 7bc7ef95493c2294e7cadeac41637af2442124e3 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 3 Apr 2022 20:20:36 +0400 Subject: [PATCH] Fixed an interesting bug --- plugins/meta/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/meta/init.lua b/plugins/meta/init.lua index 5e98010..471c58a 100644 --- a/plugins/meta/init.lua +++ b/plugins/meta/init.lua @@ -84,6 +84,7 @@ local function purify_strings(msg,input) text = text:gsub("<@(%D*)"..id..">",substitution) end text = text:gsub("@everyone","") + text = text:gsub("@here","") return text end