WoWInterface SVN StopTradeSpam

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 35 to Rev 36
    Reverse comparison

Rev 35 → Rev 36

trunk/StopTradeSpam/StopTradeSpam.lua
1,10 → 1,9
local version = 6.7
local version = 6.8
sts_session_all = 0
sts_session_filtered = 0
sts_last_action = 0
sts_last_msg = -1
sts_last_msgtext = ""
--local iw_ComplainChat = true
sts_lang = "enUS"
local f = CreateFrame("Frame", "STSFrame")
sts_notify = ""
186,7 → 185,7
sts_quiet = 1
STS_AddIgnore(select(2,...), "STS: ["..select(4,...).."] "..STS_ColoredNameLink(...)..": "..msg)
sts_session_filtered = sts_session_filtered + 1
if spamfound > 2 then
if STS_SV["settings"]["complainchat"] and spamfound > 2 then
ComplainChat(select(11,...))
-- dcfa(select(2,...).." reported")
end
312,8 → 311,11
if STS_Find("Hquest:245%d%d:83","black") then
STS_SV[STS_SV["language"][tignlist]]["blacklist"][STS_Find("Hquest:245%d%d:83","black")]="Hquest:245%d%d:8"
end
STS_SV["settings"]["CHAT_MSG_CHANNEL"] = {true, true, true, true, true, true, true, true, true, true}
end
STS_SV["settings"]["CHAT_MSG_CHANNEL"] = {true, true, true, true, true, true, true, true, true, true}
if oldv <= 6.8 then
STS_SV["settings"]["complainchat"] = true
end
sts_quiet = 0
return version
end
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.6.7.wowi:revision
## Version: 0.6.8.wowi:revision
## eMail: zam@abwesend.de
## DefaultState: Enabled
## SavedVariables: STS_SV