|
|
#521 |
|
Hero Member
Join Date: Feb 2007
Posts: 817
|
Also got one:
<> Last edited by funkydude; 07-15-2009 at 11:29 PM. |
|
|
|
|
|
#522 |
|
Amazing Member
Join Date: Feb 2005
Posts: 1,076
|
I've just started using this addon, so I turned on BADBOY_POPUP just to keep an eye on what it was reacting to. Started getting errors today when it tried to report (and popup) gold spam with the phrase "10% off". BadBoy appends the raw text to the popup's text field, and then StaticPopup_Show runs that string through :SetFormattedText, so unescaped percent signs throw a spanner in the works.
This fixed it. Code:
--- BadBoy.lua.orig 2009-07-15 16:50:21.421875000 -0400
+++ BadBoy.lua 2009-07-15 16:51:46.765625000 -0400
@@ -189,7 +189,7 @@
_G.COMPLAINT_ADDED = "|cFF33FF99BadBoy|r: " .. orig .. " ("..name..")" --Add name to reported message
if _G.BADBOY_POPUP then --Manual reporting via popup
--Add original spam line to Blizzard popup message
- _G.StaticPopupDialogs["CONFIRM_REPORT_SPAM_CHAT"].text = _G.REPORT_SPAM_CONFIRMATION .."\n\n".. raw
+ _G.StaticPopupDialogs["CONFIRM_REPORT_SPAM_CHAT"].text = _G.REPORT_SPAM_CONFIRMATION .."\n\n".. raw:gsub("%%","%%%%")
local dialog = _G.StaticPopup_Show("CONFIRM_REPORT_SPAM_CHAT", name)
dialog.data = id
else
|
|
|
|
|
|
#523 |
|
Never give up!
Join Date: Nov 2005
Location: Scotland, UK
Posts: 2,960
|
|
|
|
|
|
|
#524 |
|
Newbie
Join Date: Oct 2007
Posts: 2
|
Got this today: [Jveykrxnsdmc:1] does not wish to be disturbed: Sorry, to disturb you. Welcome to our website. good luck to you! ^^
Got both badboy anti spam and badboy_levels which is set to /script BADBOY_LEVEL = 2. |
|
|
|
|
|
#525 |
|
Never give up!
Join Date: Nov 2005
Location: Scotland, UK
Posts: 2,960
|
Thanks, I wont be "fixing" that since it's not really a problem. In 99% of cases when spammers use DND to spam they have some kind of URL or advertisement in it, in which case it would get reported and removed by BadBoy. It's very rare for something like this to happen, and since there is no gain for the spammer (and wouldn't make sense to add that quote to the blacklist) I'll leave it as-is for now.
|
|
|
|
|
|
#526 |
|
Newbie
Join Date: Oct 2007
Posts: 2
|
Shouldn't his message still get blocked since I have badboy_levels set to 2 and he was lvl 1, or does DND goes past that :s
|
|
|
|
|
|
#527 |
|
Newbie
Join Date: Sep 2008
Posts: 8
|
Been getting this message more and more often recently, together with dead bodies in front of the auction house "drawing" their url on the ground, inventive aren't they...
<> Last edited by funkydude; 07-19-2009 at 06:33 PM. |
|
|
|
|
|
#528 |
|
Full Member
Join Date: Aug 2006
Posts: 104
|
Another one, in fact it was three in a row:
<> Last edited by funkydude; 07-19-2009 at 06:33 PM. |
|
|
|
|
|
#529 |
|
Amazing Member
Join Date: Jun 2005
Posts: 1,179
|
With BadBoy v3.4.5.0, this came through a minute ago:
<> Last edited by funkydude; 07-19-2009 at 06:33 PM. |
|
|
|
|
|
#530 |
|
Member
Join Date: Mar 2006
Posts: 31
|
This got through:
<> Last edited by funkydude; 07-19-2009 at 06:33 PM. |
|
|
|
![]() |
| Tags |
| antispam, awesome, badboy, block, funkydude, spam |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 3 (0 members and 3 guests) | |
| Thread Tools | |
|
|
All times are GMT. The time now is 12:26 AM.
WowAce Forums






