Results: 2Comments by: Agathezol
File: BadGoldSpammer04/10/14
even more spammers
Posted By: Agathezol
if found == nil then found = string.find( text, "+%,%w*%w*%,") end if found == nil then found = string.find( text, "%w*") end if found == nil then found = string.find( text, "%w*") end if found == nil then found = string.find( text, "%w*%w") end if found == nil then foun...
File: BadGoldSpammer04/10/14
Re: basic plugin
Posted By: Agathezol
very straight forward plugin. I changed the regex pattern to (+%.%w*%w*%.)|(+\$) as the dirt bag gold farmers don't ever seem to know which side the dollar sign goes on. adding these two tests to the addon after the initial regex test will help catch more spammers: if found == nil then found = string.find( text, "+%,%w...