View Single Post
03-20-13, 01:30 PM   #23
Sharparam
A Flamescale Wyrmkin
 
Sharparam's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 102
Unless you are defining CHAT_MSG_WHISPER somewhere, I'm not sure if the WoW UI defines it.


You are probably looking for "DEFAULT_CHAT_FRAME:AddMessage".


Also, the code you pasted doesn't show you creating a frame and registering for the whisper event anywhere, if you haven't done so somewhere else, you need to do that too before you can receive and respond to events :)

Last edited by Sharparam : 03-20-13 at 01:32 PM.
  Reply With Quote