Spam Basher
| Last Update: | Dec. 5, 2007 (8 months ago) |
|---|---|
| Category: | Group/Guild Management |
| Tags: | group and spam |
| Project Manager: | Roil |
| Current Version: | Spam Basher 2.3.0 (for World of Warcraft 2.3.0) |
| Downloads Today: | 1 |
| Downloads Total: | 1,627 |
| Favorites: | 3 |
| Comments: | 3 |
- More Information
| Created On: | Dec. 5, 2007 |
|---|---|
| Compatible: |
|
| Localized: |
|
- About Spam Basher
Spam Basher is a very small addon that declines gold spammer group invites.
It simply does one thing: Checks the level of the person/bot trying to invite you. If he is level 1, the invitation is declined.
Usage:
- To enable (its enabled from the beginning):
/ace enable spambasher
- To disable
/ace disable spambasher
- Downloads (1)
- Tickets
- Comments
- RSS
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.
- Recommended Addons
- RSS
Users who liked Spam Basher also liked these.
- 39 InventoryOnPar Inventory & Bags
- 446 MetaHud Unit Frames
- 5 VisualThemes Other
- 8,477 QuestHelper Map and Quest & Leveling
- Similar Addons
- 4,082 GroupCalendar Group/Guild Management, Quest ...
- 777 GuildEventManager Group/Guild Management, Raids ...
- 367 epgp (dkp reloaded) Group/Guild Management and ...
- 236 GuildAds Group/Guild Management
- 176 Titan Panel [Guild] Group/Guild Management
- 8,477 QuestHelper Map and Quest & Leveling
- 4,082 GroupCalendar Group/Guild Management, Quest ...
- 3,994 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
- 3,856 Omen Threat Meter Raids & Encounters
- 3,389 Atlas Map
Advertisement



- +0
- Thumbs Down
- Thumbs Up
nbaker555 saidyea i am thinking the same thing. but if there was a way to make a list of the invite spamers that spam you where it will log the IP address from the spamer that invites you that wold take care of the it for good....
- +0
- Thumbs Down
- Thumbs Up
FimbulFambi saidI'm having the same problem, and I REALLY want this to work. I have a thought, but I know nothing about lua coding, so this suggestion may be totally wrong.
I spoke to a GM about the spam situation and asked about it. I was told that currently there was nothing that could be done because the majority of these spams come from demo accounts which do not show up in the /who list. I wonder if the problem is that the code is unable to determine if the query is coming from a level one because the account is unlisted? If so, perhaps the code could be changed so that it checks for two things. First, is the player listed in who (if not, decline the invite). Second, if the player is listed, is he/she level one (if so, decline the invite).
Just a thought
- +0
- Thumbs Down
- Thumbs Up
lifetapt saidI would really like this addon to work, however for me it seems to only work occasionally. Sometimes I'd see the invite, the addon does the who query (I see the goldspammer's /who information appear in the chat pane) but it doesn't do anything. Some other times it works properly, I see the who information pop up and it correctly blocks the invite as a level 1 goldspammer.
I even took a look at the code, and even though I'm not a lua coder I understood what each line did... perform /who query, if level == 1 then hide the party invite window. Doesn't get much more straightforward then that, I don't know why it's not blocking some invites.