From ff502bc5dd96fc0597f2edbdb14e5f81e810eb2a Mon Sep 17 00:00:00 2001 From: AardCrowley Date: Thu, 1 Sep 2022 14:57:37 -0400 Subject: [PATCH] Update FilterChecker.xml --- FilterChecker/FilterChecker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FilterChecker/FilterChecker.xml b/FilterChecker/FilterChecker.xml index 8b77e1f..5a8a315 100644 --- a/FilterChecker/FilterChecker.xml +++ b/FilterChecker/FilterChecker.xml @@ -48,7 +48,7 @@ filterTable = { function OnPluginBroadcast(msg, id, name, text) if (id == "3e7dedbe37e44942dd46d264") and (text == "comm.channel") then - if gmcp("comm.channel.player")) ~= gmcp("char.base.name") then + if gmcp("comm.channel.player") ~= gmcp("char.base.name") then local msg = strip_colours(gmcp("comm.channel.msg")):upper() local doAction = "" for _,v in ipairs(filterTable) do