WoWInterface SVN StopTradeSpam

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 52 to Rev 51
    Reverse comparison

Rev 52 → Rev 51

trunk/StopTradeSpam/init.lua
385,10 → 385,6
STS_SV["settings"]["CHAT_MSG_WHISPER_INFORM"] = false
STS_SV["settings"]["CHAT_MSG_YELL"] = true
end
if oldv <= 7.3 then
STS_SV["deDE"]["list"]["[Ss]chmied"] = -2
STS_SV["deDE"]["list"]["[Ll]eder"] = -2
end
 
sts_quiet = 0
return version
trunk/StopTradeSpam/StopTradeSpam.lua
496,11 → 496,11
--debug w/: return false,sts_last_msgtext,select(2,...),select(3,...),select(4,...),select(5,...),select(6,...),select(7,...),select(8,...),select(9,...),select(10,...),select(11,...),select(12,...)
end
end
elseif not STS_SV["settings"][event] and STS_SV["ignore"][tignlist][select(2,...)] then
elseif STS_SV["settings"][event] and STS_SV["ignore"][tignlist][select(2,...)] then
sts_last_action = -1
sts_last_msgtext = strsub(sts_notify..STS_SV["settings"]["notify_tign"].."\124r "..select(1,...),1,255)
return false, sts_last_msgtext,select(2,...),select(3,...),select(4,...),select(5,...),select(6,...),select(7,...),select(8,...),select(9,...),select(10,...),select(11,...),select(12,...)
elseif STS_SV["ignore"][tignlist][select(2,...)] then --and STS_SV["settings"][event] (not needed)
elseif STS_SV["ignore"][tignlist][select(2,...)] then --not STS_SV["settings"][event]
sts_last_action = 1
return true
else
trunk/StopTradeSpam/StopTradeSpam.toc
2,7 → 2,7
## Title: StopTradeSpam
## Notes: Detect spam in trade-channel based on a blacklist and a whitelist, adding a trade-ignorelist.
## Author: Meredy-Das Syndikat (EU)
## Version: 0.7.4.wowi:revision
## Version: 0.7.3.wowi:revision
## eMail: zam@abwesend.de
## DefaultState: Enabled
## SavedVariables: STS_SV