View Single Post
04-23-09, 09:57 PM   #6
Mud
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 8
Originally Posted by Shirik View Post
Mud, your solution can work, however you are going to run into an issue of hitting chat rate limits if you do it too quickly. If you're only doing this rarely, though, this should be OK.
It's a notepad addon, so I'm just sending relatively small text blocks. I was prepared to use a timer to meter out the send, but blasting even the largest of my notes has not been a problem so far.

Originally Posted by Shirik View Post
If you want to get rid of that spam, look into ChatFrame_AddMessageFilter() or whatever it's called.
It's actually appropriate (given my addon) for the user to see that error once, but I'd like to abort the send at that point. Do you know what event I should be watching to catch that error message?
  Reply With Quote