Download
(13Kb)
Download
Updated: 04-27-09 06:29 PM
Pictures
File Info
Updated:04-27-09 06:29 PM
Created:12-20-08 09:52 PM
Downloads:2,531
Favorites:13
MD5:

Trade Secretary: Privy Cork

Version: 30400--0.1.04
by: Mike-N-Go [More]

Trade Secretary: Privy Cork
A light, automatic spam blocker for the trade channel


As of May 20, 2009: This addon is unsupported for the time being. AddOn authoring was only a hobby of mine. Mike-N-Go is not currently playing WoW, thus not creating or maintaining mods for WoW. If someone wishes to submit a patch for one of my mods to WoWInterface, you may within the bounds of the license bundled with the mod.



Recent Changes and Important Information:
Version: 30400-0.1.04
Last update: 03-29-09
Requesting user feedback, and suggestions; do check if your suggestion is under "Future expansion, additions, planed features, etc " before you type it out, because it might already be in the works, unless you wish to expand on something listed there.
If you find a bug, please make sure it is not listed under "Caveats, Known Bugs, etc." before submitting a report
If anyone has any suggestions on how to make the code or documentation better, or would like to help develop the project, please contact me, email or IRC preferred.
Additional and more extensive instructions are provided in the documentation or the included ReadMe.
Updates: Point your browser to http://www.wowinterface.com under "Trade Secretary: Privy Cork"
Note: This addon is based off of Funkydude's BadBoy. This addon is not meant as a replacement, merely a complement. Unlike BadBoy, the MO is not to stop gold spam, it is to stop spam that does not have a thing to do with trading.
Donate with PayPal at [email protected]

Brief Description:
Are you tired of the trade channel being used as the privy (toilet) of your realm? Well, look no further! The purpose of this mod is to block as much of the irrelevant trade chat as possible. For example, if a trade message 'WTS', 'WTB', an item link, or any of the other 'allowtriggers' (in PrivyCork.lua), it will not be hidden.


About the Name:
Why is this called "Trade Secretary: Privy Cork" you ask? Well, this version of "Trade Secretary" is to make it easier to keep track of who can craft what, and would be the next installment of a future suite that gives one a secretary for their trading, and other secretary-like activities whenever I happen to make them.

Use:
This mod currently has no way to set settings in-game. It is either enabled, or disabled. For the settings there are, you open PrivyCork.lua to set them.

Tracking:
The mod has tracking of how many times someone sends a message that fails or passes, yet the display mechanism for this is under construction

Feedback requested, but not limited to:
Any errors in the mod
Ease of use

Installation:
After you decompress the file, copy the Trade Secretary: Privy Halt folder into your Interface/AddOns folder under your World of Warcraft Installation Directory.

Upgrading:
Simply overwrite the old file with the new one! Make note of any changes you made to your allowtriggers, as you will need to add them again. Make sure to read the updated version for any other upgrade problems.

A note to my fellow authors:
If anyone wishes to use more then a few lines of my code, I request you credit me by saying, "This product includes software developed by MikeNGo and Funkydude" somewhere as a comment, or in your documentation. Also, you must follow Funkydude's requirement's for using BadBoy. I also hope that anyone who would take the time to read my code, would take the time to send me an e-mail of what you think, or what can otherwise be improved.

Caveats, Known Bugs, etc.:
• The blocker of reppeate messages implemented in v30400-0.1.02 is not working, I will be looking into this

Future expansion, additions, planed features, etc:
• Sister addon for BG chat
• An in-game toggle for the mod/settings
• Tracking GUI

About the Version Numbers:
Version: xxxxx-x.x.xx ([interface number]-[major version].[sub version].[current release])
Interface number: Version of the interface the addon was most recently updated for, this number and the version number have no linear relationship with the latter clauses.
Major version: When the mod evolves to a state that is vastly different from the first distribution of the prior major version, this will be updated.
Sub version: Whenever the mod has new features added, or many minor tweaks, this number might advance.
Current release: The current reversion of the sub version, changed every time a new version of the mod is submitted to WoWInterface.com

About the Author:
Macintosh operator
[email protected]
If you would like to talk to me, I hang out at irc.freenode.net. In #norganna and #wowi-lounge, User Mike-N-Go.

Trade Secretary: Privy Cork

Version: 30400-0.1.04
Date: 03-29-09
• Fixed tooltip scanning; no longer alters the GameTooltip, uses hidden tooltip for scanning

Version: 30400-0.1.03
Date: 01-18-09
• Fix: the anal blocker now works

Version: 30400-0.1.02
Date: 01-11-09
• Bug fix: syntax error preventing logging of pass/fail/total messages to trade
• New feature: If the same message text to trade has been seen before this session, other then the user's messages, it will be hidden.
• Update: If a message has the word 'anal' anywhere.. it is ignored
Optional Files (0)


Post A Reply Comment Options
Unread 01-11-09, 10:28 PM  
NightHawk The Sane
A Kobold Labourer
 
NightHawk The Sane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 17
Uploads: 6
You really don't need descriptions like "(A spam blocker for the Trade channel)" in the title. There's a HUGE description field for that.
__________________
"The future isn't what it used to be." - G'Kar
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 09:06 AM  
TazRulez
A Murloc Raider

Forum posts: 5
File comments: 48
Uploads: 0
Tooltips Changing

If I mouse over an ability, recipe, mailbox, etc and it brings up any form of a tooltip and someone links an item in trade chat, the tooltip changes to the linked item. I like this addon for the fact that it gets rid of the junk talk in trade and only shows what it was meant for, but with the tooltips changing the way it does, I have to have it disabled. If needed I can take 2 screenshots to show what I mean.
Report comment to moderator  
Reply With Quote
Unread 03-29-09, 01:46 AM  
Mike-N-Go
A Theradrim Guardian
 
Mike-N-Go's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 147
Uploads: 18
Re: Tooltips Changing

Originally posted by TazRulez
If I mouse over an ability, recipe, mailbox, etc and it brings up any form of a tooltip and someone links an item in trade chat, the tooltip changes to the linked item. I like this addon for the fact that it gets rid of the junk talk in trade and only shows what it was meant for, but with the tooltips changing the way it does, I have to have it disabled. If needed I can take 2 screenshots to show what I mean.
I have noticed the mouse-over tooltip on my client randomly fluctuate between what I moused over to something else, and it did not bother me too much, so I did not attempt to debug in the past. I think r0.1.03 and before are doing tooltip scanning incorrectly; I think the issue is how mouse-over tooltips are handled, and it would update the tooltip to the item my addon scans when seen in chat; look for an update in the upcoming days, I have put this on my todo list.
__________________
Currently contemplating coming back to Authorship.. been away for years. Please let me know you care, by commenting on what addon(s) of mine you want to see updated.

Author of Daily Bean Counter, MyNameTogglesWhenIAFKorDND, Extended Shutdown Warning, Auto Mail Director, Duel Nullify, Spec Transmiter, Say Again, Window Teller, Who Crafts, Ad Repeater, Privy Cork, Mac Backup, and more.
Last edited by Mike-N-Go : 03-29-09 at 01:46 AM.
Report comment to moderator  
Reply With Quote
Unread 03-29-09, 02:21 AM  
Mike-N-Go
A Theradrim Guardian
 
Mike-N-Go's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 147
Uploads: 18
Re: Tooltips Changing

Originally posted by TazRulez
If I mouse over an ability, recipe, mailbox, etc and it brings up any form of a tooltip and someone links an item in trade chat, the tooltip changes to the linked item. I like this addon for the fact that it gets rid of the junk talk in trade and only shows what it was meant for, but with the tooltips changing the way it does, I have to have it disabled. If needed I can take 2 screenshots to show what I mean.
Fixed in r0.1.04, thanks for bringing this to my attention, TazRulez!
__________________
Currently contemplating coming back to Authorship.. been away for years. Please let me know you care, by commenting on what addon(s) of mine you want to see updated.

Author of Daily Bean Counter, MyNameTogglesWhenIAFKorDND, Extended Shutdown Warning, Auto Mail Director, Duel Nullify, Spec Transmiter, Say Again, Window Teller, Who Crafts, Ad Repeater, Privy Cork, Mac Backup, and more.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 10:32 PM  
Gruffness
A Deviate Faerie Dragon
 
Gruffness's Avatar

Forum posts: 18
File comments: 90
Uploads: 0
Suggestion: Block the infamous "anal" spam. This is usually a link or links combined with the word "anal". "Anal [Dodge]" for example.
Last edited by Gruffness : 04-19-09 at 10:32 PM.
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 04:58 PM  
Mike-N-Go
A Theradrim Guardian
 
Mike-N-Go's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 147
Uploads: 18
Originally posted by Gruffness
Suggestion: Block the infamous "anal" spam. This is usually a link or links combined with the word "anal". "Anal [Dodge]" for example.
Are you running 30400-0.1.04 of the mod? I thought that feature was implemented, blocking words of anal.
__________________
Currently contemplating coming back to Authorship.. been away for years. Please let me know you care, by commenting on what addon(s) of mine you want to see updated.

Author of Daily Bean Counter, MyNameTogglesWhenIAFKorDND, Extended Shutdown Warning, Auto Mail Director, Duel Nullify, Spec Transmiter, Say Again, Window Teller, Who Crafts, Ad Repeater, Privy Cork, Mac Backup, and more.
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 07:20 PM  
Gruffness
A Deviate Faerie Dragon
 
Gruffness's Avatar

Forum posts: 18
File comments: 90
Uploads: 0
Originally posted by Mike-N-Go
Are you running 30400-0.1.04 of the mod? I thought that feature was implemented, blocking words of anal.
Hmm, I seem to recall it not blocking. Then again, I haven't always used PrivyCork so it may have been added at a time when I wasn't using it. I've recently started to want to get back into the trade channel again (I usually /leave trade on all of my characters) since some of my characters tend to hang out in town to sell stuff or when I want to buy direct or am seeking services.

Thanks for the update!
Last edited by Gruffness : 04-27-09 at 07:21 PM.
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 07:54 PM  
Mike-N-Go
A Theradrim Guardian
 
Mike-N-Go's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 147
Uploads: 18
Originally posted by Gruffness
Hmm, I seem to recall it not blocking. Then again, I haven't always used PrivyCork so it may have been added at a time when I wasn't using it. I've recently started to want to get back into the trade channel again (I usually /leave trade on all of my characters) since some of my characters tend to hang out in town to sell stuff or when I want to buy direct or am seeking services.

Thanks for the update!
I think I ought to put in a LDB feed to toggle it.. I concur; it is hard sometimes to know if Privy Cork is on =D.
__________________
Currently contemplating coming back to Authorship.. been away for years. Please let me know you care, by commenting on what addon(s) of mine you want to see updated.

Author of Daily Bean Counter, MyNameTogglesWhenIAFKorDND, Extended Shutdown Warning, Auto Mail Director, Duel Nullify, Spec Transmiter, Say Again, Window Teller, Who Crafts, Ad Repeater, Privy Cork, Mac Backup, and more.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.