promotional bannermobile promotional banner
AntiGoldSpam logo

AntiGoldSpam

Removes All Messages that contains any word of the goldspam list.. (see the list in the lua file)

this addon removes all messages from the chatbox that contains any word from the spamm list

i made a function that run before the chatframe in game function: here it is..

if (type(arg1)=="string") then for i = 1, #AGS_List do local AGS_msg = string.gsub(arg1, "(%s)", "" ) if string.find(string.lower(AGS_msg), string.lower(AGS_List[i])) then return end end end so if it finds any word from the list: current list: {"GOLD4MMORPG", "Myoog", "egpal", "romGold"}

(!please help with more sites so they dont show up to.. just write them in a comment or in my inbox..)

The AntiGoldSpam Team

profile avatar
  • 6
    Projects
  • 43.3K
    Downloads
Donate