View Single Post
10-25-19, 09:56 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
You don't need an addon to color names by class:

/run SetCVar("chatClassColorOverride",0)

Also, race and sex are available in GetPlayerInfoByGUID(). Most, if not all, chat events that have a player name also give a GUID. The only thing chat-related affected by the SendWho restriction is level.
  Reply With Quote