WoWInterface SVN _GautrReply

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

_GautrReply.lua
157,6 → 157,7
C.Command.Bars.Current,
}
 
--[[ Modified Decount code, Credits goes to Tekkub ]]--
local function filter(self, event, msg)
for _,str in pairs(filterStrings) do
if msg:lower():match(str) then if Defaults.Debug then print("Filtered Incoming Command: " .. "|cffffd700" ..str:upper().."|r in |cffffd700" .. event.."|r") end return true end