Download
(14Kb)
Download
Updated: 07-12-10 04:01 PM
Updated:07-12-10 04:01 PM
Created:07-12-10 04:01 PM
Downloads:2,012
Favorites:7
MD5:

cBroker: Whisper

Version: 1.2.5
by: Chimaine [More]

cBroker: Whisper
cBW is a simple LibDataBroker plugin that tracks and displays your whisper conversations.

Features
- Saves whispers between sessions.
- Display of incoming and outgoing whispers for an unlimited number of authors and messages.
- Tracking of date and time of whispers.
- Left click to start a conversation with the last person who wrote you.
- Automatic delete of old whispers to free up space

FAQ
Q: Is there a configuration?
A: Yes, but not in game. You need to open the cBroker_Whisper.lua in your AddOns folder. The configuration is on the top.

Q: How do I use cBroker: Whisper?
A: cBW is only a plugin made for LibDataBroker display Addons. You need one of these to actually see cBW.

Q: So, what display should I use / On which display does cBroker: Whisper works best?
A: I made small adjustments for the most popular displays. But it should work just fine with every other display addon.

Optional Files (0)


Post A Reply Comment Options
Unread 04-01-11, 06:00 PM  
Peagle
A Defias Bandit
 
Peagle's Avatar

Forum posts: 2
File comments: 14
Uploads: 0
<3

Love this mod, it is example as simple as needed. I only have one request - is there a way the mouse-over history could list the order of whispers between you and someone in "oldest first" order? I find reading most recent first a bit counter-intuitive (as one generally reads a conversation from start -> finish, not the other way around).

I'm sure this is a small code hack, which I will attempt, but if someone else or the author could aid, I'm sure it would be solved more eloquently

Thanks again, peagle <3
__________________
I like to start my day by throwing an avocado at a police officer while yelling "grenade".
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 08:54 AM  
ovidiuflaviu
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Posted by Hishtar on 27.11.2010 on Curse, in the Cbroker:whisper addon comments section:

-If you want to read also realID messages:
-Open cBroker_Whisper.lua with Notepad
-Go to the end of the file
-After the line
EventHandler:RegisterEvent("CHAT_MSG_WHISPER")
-add these two lines:
EventHandler:RegisterEvent("CHAT_MSG_BN_WHISPER_INFORM")
EventHandler:RegisterEvent("CHAT_MSG_BN_WHISPER")
-After the lines
function Addon:CHAT_MSG_WHISPER(message, authorName)
InsertWhisper(message, authorName, true)
end
-add these lines:
function Addon:CHAT_MSG_BN_WHISPER_INFORM(message, authorName)
InsertWhisper(message, authorName, false)
end
function Addon:CHAT_MSG_BN_WHISPER(message, authorName)
InsertWhisper(message, authorName, true)
end
---------------
Tested and working just fine.
Last edited by ovidiuflaviu : 11-28-10 at 12:36 PM.
Report comment to moderator  
Reply With Quote
Unread 11-17-10, 04:25 PM  
ovidiuflaviu
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Would it be possible to update this broker to also remember the whispers from the RealID friends ? Thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: