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