Cracktomte
Member
- Joined
- Mar 7, 2010
- Messages
- 430
- Reaction score
- 13
Well, before the update the code looked like
But, how should it be after the update? I don't have a clue tbh...
Code:
WoWChat.Whisper += handleMessage;
private void handleMessage(ChatMessageEventArgs e)
{
// Whisper
if (e.Message.ChatType == ChatType.WhisperInform)
{
Do stuff...
}
}