quote:
Originally posted by Spunky
Make sure you put code:
return "";
at the end of your ChatWndSendMessage function. You must always return something. In this case, as you don't want any text to be sent, return a blank string
Works now, thanks
Gosh I gotta learn more.. thats what the documentation's for *reads*