* 0x03 : Whisper From
* 0x04 : Emote
* 0x05 : Self Emote
*/
int chatType = is.readByte();
String username = is.readNTString();
ByteArray text = new ByteArray(is.readNTBytes());
// Get a BNetUser object for the user
BNetUser user = null;
if(myUser.equals(username))