Thread: Chat preference
View Single Post
06-01-08, 04:34 PM   #5
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 27
If i understand you correctly i do this with mumble (Found here on WoWI)

in the config.lua file

Code:
CHAT_WHISPER_GET = "From %s:",	
CHAT_WHISPER_INFORM_GET = "To %s:";
you may change the colors.

for example:
Code:
CHAT_WHISPER_GET = "|cffff0000From|r %s:",	
CHAT_WHISPER_INFORM_GET = "|cffff0000To|r %s:";
Tho, mumble does change the entire ChatFrame so I'm not sure if you would want that

Last edited by Maccaa : 06-01-08 at 04:41 PM. Reason: Added example
  Reply With Quote