Chatter
Chatter is a comprehensive, lightweight, mega-configurable chat enhancement addon. It supports a whole bunch of stuff, including:
- Hiding buttons
- Custom aliases for channel names
- Coloring of player names by class or deterministic HSV formula, and player levels next to names
- Custom font and font size for your chat frames
- Custom background, border, and positioning for the edit box
- Option to let the edit box border color match the color of the channel you are typing in
- Channel colors remembered by name, rather than by number
- Scrolling your chat frames with the mouse wheel.
- Sticky channels, configurable
- Ability to copy a chat frame's contents to your clipboard
- Ability to copy URLs to your clipboard
- Ability to customize the background and border of your chat frames
- Timestamps
- A /tt command to send a tell to your target
- A module that turns the word "invite" into clickable links that let you invite the speaker.
- Highlights both for custom keywords in specific channels
- Chat fading toggles
- Text justification
- Autologging (Off by default)
- Alt linking
- Much larger and smaller chat frames than default
- A Groupsay (/gr) command to talk to your group, whether that's battleground, raid, or party.
- Chat Tab look-n-feel modifications
- Paging through chat tabs with the scroll wheel
Hello! Thank you for the update to this awesome addon. The only thing that I'm having an issue with is the class colors not showing up in Bnet whispers. Is this something on my end or did it break with 5.1? I love, love, love that feature.
I hope that the author can fix those errors soon! I priorize Chatter over Prat and I would love to stay with it and not choose the other one!
Ability to choose the channel where to track highlighted messages. So random people whispering you highlighted message wont interfere with your raiding, while you are using these highlights(with sound) to know when it's your turn to do abilities(interrupts/etc) in a raid encounter.
Feels specially annoying with streaming : )
Date: 2012-12-04 16:46:50
ID: 1
Error occured in: Global
Count: 1
Message: ..\FrameXML\ChatConfigFrame.lua line 1464:
attempt to index local 'info' (a nil value)
Debug:
..\FrameXML\ChatConfigFrame.lua:1464:
..\FrameXML\ChatConfigFrame.lua:1454
Chatter\Modules\ChannelColors.lua:60: AddChannels()
Chatter\Modules\ChannelColors.lua:37:
Chatter\Modules\ChannelColors.lua:33
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:543:
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:536
(tail call): ?
Chatter\Chatter.lua:249:
Chatter\Chatter.lua:242
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:636:
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:621
[C]: LoadAddOn()
..\FrameXML\UIParent.lua:299: UIParentLoadAddOn()
..\FrameXML\UIParent.lua:322: CombatLog_LoadUI()
..\FrameXML\UIParent.lua:692:
..\FrameXML\UIParent.lua:657
Locals:
None
AddOns:
Swatter, v4.0.6 (<%codename%>)
Altoholic, v5.1.001
AtlasLootLoader, vv7.04.01
Babylonian, v5.1.DEV.332(/embedded)
Bartender4, v4.5.8
Bazooka, vv2.2.1
BrokerRecount, v1.0
Chatter, v1.0
CombustionHelper, v3.4.2
Configator, v5.1.DEV.344(/embedded)
DataStore, v5.1.001
DataStoreAchievements, v5.1.001
DataStoreAgenda, v5.1.001
DataStoreAuctions, v5.1.001
DataStoreCharacters, v5.1.001
DataStoreContainers, v5.1.001
DataStoreCrafts, v5.1.001
DataStoreCurrencies, v5.1.001
DataStoreInventory, v5.1.001
DataStoreMails, v5.1.001
DataStorePets, v5.1.001
DataStoreQuests, v5.1.001
DataStoreReputations, v5.1.001
DataStoreSpells, v5.1.001
DataStoreStats, v5.1.001
DataStoreTalents, v5.1.001
DBMCore, v
ElkBuffBars, v2.3.2-169
EventAlert, v5.1.4
Gatherer, v4.0.6
Grid, v5.1.0.1553
GridStatusRaidDebuff, v5.1
JewelTips, v0.7.3
KrysDamageFont, v2.1
MogIt, v3.0.6
OmniCC, v5.1.2
PerlArcaneBar, v
PerlCombatDisplay, v
PerlConfig, v
PerlFocus, v
PerlParty, v
PerlPartyPet, v
PerlPartyTarget, v
PerlPlayer, v
PerlPlayerPet, v
PerlTarget, v
PerlTargetTarget, v
Postal, v3.5.0
Quartz, v3.1.1
Recount, v
ReforgeLite, v1.19
SexyMap, v2.4
SlideBar, v4.0.6 (<%codename%>)
TipTac, v12.10.30
TipTacItemRef, v12.08.30
TipTacTalents, v12.09.05
TradeForwarder, v2.20
zzCoords, v
zzInfoclock, v
zzMoney, v
zzRepair, v
BlizRuntimeLib_deDE v5.1.0.50100 <eu>
(ck=5aa)
hey!
After playing around with their code I have made a temp fix which you could do so you can carry on until they release a fix.
What you need to do is go to AddOns/Chatter/Modules/ChannelColors.lua and then at line 38 replace the following:
"SAY", CHAT_MSG_SAY,
"YELL", CHAT_MSG_YELL,
"GUILD", CHAT_MSG_GUILD,
"OFFICER", CHAT_MSG_OFFICER,
"PARTY", CHAT_MSG_PARTY,
"PARTY_LEADER", CHAT_MSG_PARTY_LEADER,
"RAID", CHAT_MSG_RAID,
"RAID_LEADER", CHAT_MSG_RAID_LEADER,
"RAID_WARNING", CHAT_MSG_RAID_WARNING,
"INSTANCE", INSTANCE_CHAT,
"INSTANCE_LEADER", INSTANCE_CHAT_LEADER,
"WHISPER", CHAT_MSG_WHISPER_INFORM,
"BN_WHISPER", CHAT_MSG_BN_WHISPER,
"BN_CONVERSATION", CHAT_MSG_BN_CONVERSATION
with:
"SAY", L["Say"],
"YELL", L["Yell"],
"GUILD", L["Guild"],
"OFFICER", L["Officer"],
"PARTY", L["Party"],
"PARTY_LEADER", PARTY_LEADER,
"RAID", L["Raid"],
"RAID_LEADER", L["Raid Leader"],
"RAID_WARNING", L["Raid Warning"],
"BATTLEGROUND", L["Battleground"],
"BATTLEGROUND_LEADER", L["Battleground Leader"],
"WHISPER", L["Whisper"],
"BN_WHISPER", L["RealID Whisper"],
"BN_CONVERSATION", L["RealID Conversation"]
I am quite new to lua and wow mods so I am currently unsure why this has fixed it but this should work until they resolve it themselves. I can see from both of them that the latter one has battleground variable while the other one has an instance one instead.
"SAY", CHAT_MSG_SAY,
"YELL", CHAT_MSG_YELL,
"GUILD", CHAT_MSG_GUILD,
"OFFICER", CHAT_MSG_OFFICER,
"PARTY", CHAT_MSG_PARTY,
"PARTY_LEADER", CHAT_MSG_PARTY_LEADER,
"RAID", CHAT_MSG_RAID,
"RAID_LEADER", CHAT_MSG_RAID_LEADER,
"RAID_WARNING", CHAT_MSG_RAID_WARNING,
"INSTANCE_CHAT", INSTANCE_CHAT,
"INSTANCE_CHAT_LEADER", INSTANCE_CHAT_LEADER,
"WHISPER", CHAT_MSG_WHISPER_INFORM,
"BN_WHISPER", CHAT_MSG_BN_WHISPER,
"BN_CONVERSATION", CHAT_MSG_BN_CONVERSATION
Thanks mate...you rock!
1x FrameXML\ChatConfigFrame.lua:1464: attempt to index local "info" (a nil value)
FrameXML\ChatConfigFrame.lua:1464: in function <FrameXML\ChatConfigFrame.lua:1454>
Chatter-v1.4.0\Modules\ChannelColors.lua:60: in function "AddChannels"
Chatter-v1.4.0\Modules\ChannelColors.lua:37: in function <Chatter\Modules\ChannelColors.lua:33>
(tail call): ?
<in C code>
<string>:"safecall Dispatcher[1]":9: in function <string>:"safecall Dispatcher[1]":5
(tail call): ?
Ace3-r1066\AceAddon-3.0\AceAddon-3.0-11.lua:543: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:536>
(tail call): ?
Chatter\Chatter-v1.4.0.lua:249: in function <Chatter\Chatter.lua:242>
(tail call): ?
<in C code>
<string>:"safecall Dispatcher[1]":9: in function <string>:"safecall Dispatcher[1]":5
(tail call): ?
Ace3-r1066\AceAddon-3.0\AceAddon-3.0-11.lua:543: in function "EnableAddon"
Ace3-r1066\AceAddon-3.0\AceAddon-3.0-11.lua:636: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:621>
<in C code>
FrameXML\UIParent.lua:299: in function "UIParentLoadAddOn"
FrameXML\UIParent.lua:373: in function "TimeManager_LoadUI"
FrameXML\UIParent.lua:690: in function <FrameXML\UIParent.lua:657>
Locals:
nil
tripple post 4 sure
Message: Interface\FrameXML\ChatConfigFrame.lua:1464: attempt to index local 'info' (a nil value)
Time: 12/04/12 06:27:25
Count: 1
Stack: Interface\FrameXML\ChatConfigFrame.lua:1464: in function <Interface\FrameXML\ChatConfigFrame.lua:1454>
Interface\AddOns\Chatter\Modules\ChannelColors.lua:60: in function `AddChannels'
Interface\AddOns\Chatter\Modules\ChannelColors.lua:37: in function <Interface\AddOns\Chatter\Modules\ChannelColors.lua:33>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:543: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:536>
(tail call): ?
Interface\AddOns\Chatter\Chatter.lua:249: in function <Interface\AddOns\Chatter\Chatter.lua:242>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:543: in function `EnableAddon'
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:636: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:621>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:299: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:373: in function `TimeManager_LoadUI'
Interface\FrameXML\UIParent.lua:690: in function <Interface\FrameXML\UIParent.lua:657>
Locals: <none>
Even on the new version I am still getting an error on login and UI reload
Date: 2012-12-04 10:15:22
ID: 1
Error occured in: Global
Count: 1
Message: ..\FrameXML\ChatConfigFrame.lua line 1464:
attempt to index local 'info' (a nil value)
Debug:
(tail call): ?
..\FrameXML\ChatConfigFrame.lua:1464:
..\FrameXML\ChatConfigFrame.lua:1454
Chatter\Modules\ChannelColors.lua:60: AddChannels()
Chatter\Modules\ChannelColors.lua:37:
Chatter\Modules\ChannelColors.lua:33
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:543:
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:536
(tail call): ?
Chatter\Chatter.lua:249:
Chatter\Chatter.lua:242
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:636:
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:621
[C]: LoadAddOn()
..\FrameXML\UIParent.lua:299: UIParentLoadAddOn()
..\FrameXML\UIParent.lua:373: TimeManager_LoadUI()
..\FrameXML\UIParent.lua:690:
..\FrameXML\UIParent.lua:657
Locals:
None
The one on wowace is classed as Alpha Version so thats why its not showing up here most likely.
If you go to wowace and look up chatter there, it seems the version there has been updated 2 days ago...
So apparently its just here it does not get updated?
Judging by the lack of any response by the owners, I guess it's safe to assume that 1,621,620 people are on their ignore list and they've either given the project up or are burying their heads in the sand hoping we'll go away, Time to move on I guess....
Date: 2012-12-02 15:27:41
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Chatter\Modules\PlayerNames.lua line 443:
attempt to index local 'tbl' (a nil value)
Debug:
Chatter\Modules\PlayerNames.lua:443: GetColor()
Chatter\Modules\PlayerNames.lua:497:
Chatter\Modules\PlayerNames.lua:464
[C]: ?
Chatter\Modules\PlayerNames.lua:582:
Chatter\Modules\PlayerNames.lua:579
(tail call): ?
..\FrameXML\ChatFrame.lua:3147:
..\FrameXML\ChatFrame.lua:2949
(tail call): ?
(tail call): ?
..\FrameXML\ChatFrame.lua:2761: ChatFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Locals:
self = <table> {
SetDefaultModuleLibraries = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:383
AddPlayer = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:310
defaultModuleState = true
Enable = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:315
NewModule = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:256
baseName = "Chatter"
EnableModule = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:348
modules = <table> {
}
GetModule = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:231
IterateEmbeds = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:458
GetColor = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:438
SecureHookScript = <function> defined @Interface\AddOns\Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:413
defaultModuleLibraries = <table> {
}
UPDATE_MOUSEOVER_UNIT = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:408
Info = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:588
AddMessage = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:579
RawHookScript = <function> defined @Interface\AddOns\Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:398
UnhookAll = <function> defined @Interface\AddOns\Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:480
hooks = <table> {
}
GROUP_ROSTER_UPDATE = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:351
WHO_LIST_UPDATE = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:415
GetName = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:300
GetOptions = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:593
UnregisterAllEvents = <function> defined @Interface\AddOns\DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:202
RAID_ROSTER_UPDATE = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:389
name = "Chatter_Player Class Colors"
PARTY_MEMBERS_CHANGED = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:377
IsEnabled = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:467
orderedModules = <table> {
}
Decorate = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:229
DisableModule = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:366
CHAT_MSG_CHANNEL_JOIN = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:426
GUILD_ROSTER_UPDATE = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:339
FRIENDLIST_UPDATE = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:330
ClearCustomClassColorCache = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:307
RegisterMessage = <function> defined @Interface\AddOns\DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
HookScript = <function> defined @Interface\AddOns\Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:369
OnDisable = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:297
OnEnable = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:237
IsHooked = <function> defined @Interface\AddOns\Bartender4\libs\AceHook-3.0\AceHook-3.0.lua:496
OnInitialize = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:215
Disable = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:330
IsModule = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:238
db = <table> {
}
SetDefaultModuleState = <function> defined @Interface\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:403
PLAYER_TARGET_CHANGED = <function> defined @Interface\AddOns\Chatter\Modules\PlayerNames.lua:401
SendMessage = <function> defined @Interface\AddOns\DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:87
SetEnabledState = <function> defined @In
AddOns:
Swatter, v4.0.6 (<%codename%>)
Altoholic, v5.1.001
AtlasLootLoader, vv7.04.01
Babylonian, v5.1.DEV.332(/embedded)
Bartender4, v4.5.8
Bazooka, vv2.2.1
BrokerRecount, v1.0
Chatter, v1.0
CombustionHelper, v3.4.2
Configator, v5.1.DEV.344(/embedded)
DataStore, v5.1.001
DataStoreAchievements, v5.1.001
DataStoreAgenda, v5.1.001
DataStoreAuctions, v5.1.001
DataStoreCharacters, v5.1.001
DataStoreContainers, v5.1.001
DataStoreCrafts, v5.1.001
DataStoreCurrencies, v5.1.001
DataStoreInventory, v5.1.001
DataStoreMails, v5.1.001
DataStorePets, v5.1.001
DataStoreQuests, v5.1.001
DataStoreReputations, v5.1.001
DataStoreSpells, v5.1.001
DataStoreStats, v5.1.001
DataStoreTalents, v5.1.001
DBMCore, v
ElkBuffBars, v2.3.2-169
EventAlert, v5.1.4
Gatherer, v4.0.6
Grid, v5.0.5.1552
GridStatusRaidDebuff, v5.1
JewelTips, v0.7.3
KrysDamageFont, v2.1
MogIt, v3.0.6
OmniCC, v5.1.1
PerlConfig, v
PerlFocus, v
PerlPlayer, v
PerlPlayerPet, v
PerlTarget, v
PerlTargetTarget, v
Postal, v3.5.0
Quartz, v3.1.1
Recount, v
ReforgeLite, v1.19
SexyMap, v2.4
SlideBar, v4.0.6 (<%codename%>)
TipTac, v12.10.30
TipTacItemRef, v12.08.30
TipTacTalents, v12.09.05
TradeForwarder, v2.20
zzCoords, v
zzInfoclock, v
zzMoney, v
zzRepair, v
BlizRuntimeLib_deDE v5.1.0.50100 <eu>
(ck=54a)
Is there any ETA on when chatter is gonna be updated for 5.1? Kinda getting anoying with big error screens in the middle of my screen when im in combat XD
I'm gettng a bug:
395x Chatter-v.1.3.5\Modules\PlayerNames.lua:443: attempt to index local "tbl" (a nil value)
Chatter-v.1.3.5\Modules\PlayerNames.lua:443: in function "GetColor"
Chatter-v.1.3.5\Modules\PlayerNames.lua:497: in function <Chatter\Modules\PlayerNames.lua:464>
<in C code>
Chatter-v.1.3.5\Modules\PlayerNames.lua:582: in function <Chatter\Modules\PlayerNames.lua:579>
(tail call): ?
FrameXML\ChatFrame.lua:3147: in function <FrameXML\ChatFrame.lua:2949>
(tail call): ?
(tail call): ?
FrameXML\ChatFrame.lua:2761: in function "ChatFrame_OnEvent"
<string>:"*:OnEvent":1: in function <string>:"*:OnEvent":1
Locals:
misc = "|HBNplayer:|Kf80|k000000000|k"
id = "80"
moreMisc = ":33:BN_INLINE_TOAST_ALERT:0|h"
fakeName = "|Kf80|k000000000|k"
tag = "|h"
colon = ""
_ = nil
charName = nil
_ = nil
_ = nil
_ = nil
_ = nil
_ = nil
englishClass = nil
bleftBracket = ""
brightBracket = ""
waslogin = true
(*temporary) = "|cFF"
storedName = nil
mod = <table> {
SetDefaultModuleLibraries = <func> @Ace3\..\AceAddon-3.0.lua:383
AddPlayer = <func> @Chatter\Modules\PlayerNames.lua:310
defaultModuleState = true
Enable = <func> @Ace3\..\AceAddon-3.0.lua:315
NewModule = <func> @Ace3\..\AceAddon-3.0.lua:256
baseName = "Chatter"
EnableModule = <func> @Ace3\..\AceAddon-3.0.lua:348
modules = <table> {}
GetModule = <func> @Ace3\..\AceAddon-3.0.lua:231
IterateEmbeds = <func> @Ace3\..\AceAddon-3.0.lua:458
GetColor = <func> @Chatter\Modules\PlayerNames.lua:438
SecureHookScript = <func> @Ace3\..\AceHook-3.0.lua:413
defaultModuleLibraries = <table> {}
UPDATE_MOUSEOVER_UNIT = <func> @Chatter\Modules\PlayerNames.lua:408
Info = <func> @Chatter\Modules\PlayerNames.lua:588
AddMessage = <func> @Chatter\Modules\PlayerNames.lua:579
RawHookScript = <func> @Ace3\..\AceHook-3.0.lua:398
UnhookAll = <func> @Ace3\..\AceHook-3.0.lua:480
hooks = <table> {}
GROUP_ROSTER_UPDATE = <func> @Chatter\Modules\PlayerNames.lua:351
WHO_LIST_UPDATE = <func> @Chatter\Modules\PlayerNames.lua:415
GetName = <func> @Ace3\..\AceAddon-3.0.lua:300
GetOptions = <func> @Chatter\Modules\PlayerNames.lua:593
UnregisterAllEvents = <func> @Ace3\..\CallbackHandler-1.0.lua:202
RAID_ROSTER_UPDATE = <func> @Chatter\Modules\PlayerNames.lua:389
name = "Chatter_Player Class Colors"
PARTY_MEMBERS_CHANGED = <func> @Chatter\Modules\PlayerNames.lua:377
IsEnabled = <func> @Ace3\..\AceAddon-3.0.lua:467
orderedModules = <table> {}
Decorate = <func> @Chatter\Modules\PlayerNames.lua:229
DisableModule = <func> @Ace3\..\AceAddon-3.0.lua:366
CHAT_MSG_CHANNEL_JOIN = <func> @Chatter\Modules\PlayerNames.lua:426
GUILD_ROSTER_UPDATE = <func> @Chatter\Modules\PlayerNames.lua:339
FRIENDLIST_UPDATE = <func> @Chatter\Modules\PlayerNames.lua:330
ClearCustomClassColorCache = <func> @Chatter\Modules\PlayerNames.lua:307
RegisterMessage = <func> @Ace3\..\CallbackHandler-1.0.lua:118
HookScript = <func> @Ace3\..\AceHook-3.0.lua:369
OnDisable = <func> @Chatter\Modules\PlayerNames.lua:297
OnEnable = <func> @Chatter\Modules\PlayerNames.lua:237
IsHooked = <func> @Ace3\..\AceHook-3.0.lua:496
OnInitialize = <func> @Chatter\Modules\PlayerNames.lua:215
Disable = <func> @Ace3\..\AceAddon-3.0.lua:330
IsModule = <func> @Ace3\..\AceAddon-3.0.lua:238
db = <table> {}
SetDefaultModuleState = <func> @Ace3\..\AceAddon-3.0.lua:403
PLAYER_TARGET_CHANGED = <func> @Chatter\Modules\PlayerNames.lua:401
SendMessage = <function> defin
http://www.wowace.com/addons/chatter/tickets/205-highlight-module-channel-sound-selector-showing-sound/
?
I'm getting most of the bugs mentioned in the comments as of recently. The one when guildies sign in, the error as soon as I log in, and an error whenever someone signs in/out of battle.net
Does anyone know how on earth you disable the big light thing that comes up when you try and type in any of the chat windows I can't find it anywhere in the settings? Thanks