6566676869707172737475
// different actions. // there is 3 types: the usual ingame stuff; whisper; command if (chan == ChatChannel.Command) { aggregator.triggerEvent(new ChatCommandEvent(client.getEntity(), msg)); return; } if (chan == ChatChannel.Whisper) {