AntiGoldSpam

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..)

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Aug 20, 2011
Category
Last update
Sep 25, 2011
Development stage
Release
License
GNU Lesser General Public License version 3 (LGPLv3)
Curse link
AntiGoldSpam
Downloads
7,005
Recent files

Authors