GreenWall

GreenWall

1M Downloads

Bridged chat messages bypass short name feature in ElvUI

mrogaski opened this issue ยท 2 comments

commented

From Krotesh:

Currently, when someone outside the guild I'm in talks, it says, "[Guild] [name]: " and I'd much rather is be uniform with the rest of my chat channels and be, "[G] [name]: '.

commented

It looks like ElvUI is intercepting CHAT_MSG_GUILD directly, so it won't munge any messages that are inserted by other addons with ChatFrame_MessageEventHandler. GreenWall does the same thing, but limiting the intercepted messages to those produced by an event is intentional.

For the ElvUI formatting to be applied, it would probably need to be implemented within ElvUI using ChatFrame_AddMessageEventFilter.

commented

Opened a feature suggestion.

http://git.tukui.org/Elv/elvui/issues/901