5 - [EA Mythic ToDo] Fix emote system so antispams can filter emotes safely
As shown in ticket #4
There is two types of emotes, builtin emotes (with sound) and custom (with custom texts)
When sending a builtin Emote, no informations are sent to the CHAT_TEXT_ARRIVED event so there is no possible way to retransmit it
Nor
1) You send datas to teh CHAT event for builtin emote
2) You setup a new filter SystemData.ChatLogFilters.BUILTIN_EMOTE so we can dissociate custom emote from builtin ones and then I will simply not scan for the filter BUILTIN_EMOTE