Download
(47Kb)
Download
Updated: 12-05-06 07:16 PM
Pictures
File Info
Updated:12-05-06 07:16 PM
Created:unknown
Downloads:52,827
Favorites:154
MD5:

StopTheSpam  Popular! (More than 5000 hits)

Version: 2.02.20000
by: Malreth [More]

Are you tired of seeing 30 lines of "So-and-so's addon has loaded" each and every time you log into World of Warcraft? Yeah, me too.

No longer do you have to resort to such extreme measures as hand-editing all of your addons, hypnotism, or binge drinking to achieve some peace of mind when logging in to your game. StopTheSpam uses classified Soviet technology to stamp out the endless stream of addon loading messages while still letting system messages and the guild message-of-the-day pass through. It's so amazingly awesome and powerful that it it'll rock your socks and leave you coming back for more! But don't take my word for it, check out these testimonials from actual users:

"StopTheSpam freed me of the loading messages once and for all! -hic-" -- Christina Lewis, Tire Salesperson

"lol teh best mod EVAR!!!@#" -- Steven Strickland, 8th Grade Chemistry Teacher

"What's an addon?" -- Old Man Murphy, Old Man

What are you waiting for? Install StopTheSpam and start enjoying life today!

Change Log:
2.02.20000 - Including the embedded libs is a Good Thing.

2.01.20000 - Rewrote using only the AceHook mixin for clean
unhooking. All other embedded libraries removed. Interface update
for The Burning Crusade beta.

2.00.11200 - Rewritten using Ace2 embedded libraries. AceHook-2.1 is
used to hook the chat frames, AceDebug-2.0 for debug messages, and
AceEvent-2.0 to stop the filter. Filter rules have been moved to
their own file. The rule for BugSack/BugGrabber has been rewritten
and re-enabled.

Post A Reply Comment Options
Unread 10-07-05, 10:10 PM  
maytrix
Banned
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 27
Uploads: 1
Khaos issues

Seems to not play well with Khaos, please fix as this mod is a nice idea since i use over 235 mods and removing the addon spam would be great.
Report comment to moderator  
Reply With Quote
Unread 10-13-05, 06:15 PM  
DSanai
A Wyrmkin Dreamwalker
 
DSanai's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 110
Uploads: 3
Re: Khaos issues

Originally posted by maytrix
Seems to not play well with Khaos, please fix as this mod is a nice idea since i use over 235 mods and removing the addon spam would be great.
WOW and I thought I was up there with 130+.

It also is/was not playing nicely with Informant. I fixed it by changing these two lines (the last poster didn't say what their error message was, so don't know if this will also solve their issue):

__DEBUG__("STS Discarded: "..msg, 0.9, 0.2, 0.1)

change to

if (msg) then __DEBUG__("STS Discarded: "..msg, 0.9, 0.2, 0.1) end

and

__DEBUG__("STS Allowed: "..msg, 0.1, 0.9, 0.2)

change to

if (msg) then __DEBUG__("STS Allowed: "..msg, 0.1, 0.9, 0.2) end
__________________
Dsanai - nElf Hunter
Glacialfox - nElf Death Knight
Evilianti - Gnome Warlock
Report comment to moderator  
Reply With Quote
Unread 10-22-05, 01:40 AM  
maytrix
Banned
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 27
Uploads: 1
ok found issue and fix

Lines 30, 85, and 93 all need to be changed from

__DEBUG__ to

if (msg) then __DEBUG__

to stop the errors.

Your suggested fix didnt include all the appropiate lines, so i went thru and changed them all and the errors stopped and now it is working like a charm ;-p


Thanks for your help in this issue.
Report comment to moderator  
Reply With Quote
Unread 12-31-05, 07:58 AM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
line 30

Error on line 30

attempt to concentrate local "msg" (nil)
Report comment to moderator  
Reply With Quote
Unread 01-04-06, 08:34 PM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
warmup

can u make the Warmup mod an exception?
Report comment to moderator  
Reply With Quote
Unread 01-04-06, 09:53 PM  
Malreth
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 9
Uploads: 3
Re: warmup

Originally posted by Codex
can u make the Warmup mod an exception?
Sure!

...

I also commented out all the debug code in the latest version... Sorry about all the trouble.
Report comment to moderator  
Reply With Quote
Unread 01-08-06, 09:24 AM  
Apostasy
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
To be honest .. i m more impressed by your addon description than your addon!

Thanks for the good laugh , may the Soviet secret helps you become rich !
Report comment to moderator  
Reply With Quote
Unread 01-16-06, 10:12 AM  
Malreth
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 9
Uploads: 3
Originally posted by Apostasy
To be honest .. i m more impressed by your addon description than your addon!

Thanks for the good laugh , may the Soviet secret helps you become rich !
It's like how my mother always said, "Son, fetch me the vodka." By that, I think she meant, "If you can't make them happy, at least make them laugh."

Wait, I'm confused.
Report comment to moderator  
Reply With Quote
Unread 01-29-06, 06:39 AM  
cheadstina
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 33
Uploads: 1
Link Snag 1.3.3 breaks this nice addons functionality.. for some odd reason.

http://www.curse-gaming.com/mod.php?addid=1319
Report comment to moderator  
Reply With Quote
Unread 02-07-06, 01:25 AM  
Malreth
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 9
Uploads: 3
Originally posted by cheadstina
Link Snag 1.3.3 breaks this nice addons functionality.. for some odd reason.

http://www.curse-gaming.com/mod.php?addid=1319
Yeah, problem is with lines 15-18 in linkSnag.lua. The author hooks the chat frame's AddMessage method with an undefined function, essentially erasing it. It would break any addon that hooks AddMessage and based on the comments I saw on c-g, that's exactly what is happening.

I'll post a comment over there and hopefully the author fixes the bug soon.

Edit: if you delete or comment out those lines, it should solve the problem. Check out my comment at the above link.
Last edited by Malreth : 02-07-06 at 01:30 AM.
Report comment to moderator  
Reply With Quote
Unread 02-28-06, 10:51 PM  
villageidiot
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 1
Uploads: 1
fixed. my bad on that one. I hacked out the timestamps stuff I had in there and missed something. I should probably check my mod a little more often to see if it needs some TLC
Report comment to moderator  
Reply With Quote
Unread 07-22-06, 07:13 PM  
Lewzephyr
A Murloc Raider
 
Lewzephyr's Avatar

Forum posts: 8
File comments: 38
Uploads: 0
started getting this error on login:

StopTheSpam.lua:46: attempt to index field `Const' (a nil value)
__________________
Putting the laughter back into Slaughter!!!!
Report comment to moderator  
Reply With Quote
Unread 08-20-06, 04:18 PM  
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 57
File comments: 63
Uploads: 6
need to add msges:

Archuds
Simplegolds
BGText And Sounds


SkOO~
Report comment to moderator  
Reply With Quote
Unread 11-03-06, 01:00 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
First, I'd like to thank you for making this amazing addon. It certainly makes living with 180-some addons easier.

Now, my real reason for posting - several loading messages are getting through. The culprits:

BedTime ( http://www.curse-gaming.com/en/wow/a...6-bedtime.html )
Extended Quest Log ( http://ui.worldofwar.net/ui.php?id=1676 )
FuBar_LogFu ( http://www.wowinterface.com/download...fo.php?id=4960 )
RareTracker ( http://www.curse-gaming.com/en/wow/a...retracker.html )
Report comment to moderator  
Reply With Quote
Unread 11-04-06, 03:02 PM  
KALIROB2k5
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Great addon, any chances of stopping the spam of Fizzwidget addons? http://www.fizzwidget.com/
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: