Noja
26-06-2006, 07:02 PM
Hi there :smiley:
I just wrote a small addon wich displays additional information on Guild Member Alert - System messages (CHAT_MSG_SYSTEM)
Now I'd like to hide the "[bla] now on/offline." stuff in the chatwindow.
If I turn off the Guild Member Alert from Interface menu i dont get the systemmsg event anymore.
Since i dont like to hook into the chatframes (AddMessage) to filter the message out I am looking for a way to supress the Message in a more elegant way.
Idea 1) If Guild Member Alert is turned off, the message is not displayed. But then i'll need a custom Guild Member Alert - event... Anyone ideas on that?
Idea 2) suppress the Message in Chat in a different way... Is there a possibility to "delete" the CHAT_MSG_SYSTEM - event after it came to my addon?
I just wrote a small addon wich displays additional information on Guild Member Alert - System messages (CHAT_MSG_SYSTEM)
Now I'd like to hide the "[bla] now on/offline." stuff in the chatwindow.
If I turn off the Guild Member Alert from Interface menu i dont get the systemmsg event anymore.
Since i dont like to hook into the chatframes (AddMessage) to filter the message out I am looking for a way to supress the Message in a more elegant way.
Idea 1) If Guild Member Alert is turned off, the message is not displayed. But then i'll need a custom Guild Member Alert - event... Anyone ideas on that?
Idea 2) suppress the Message in Chat in a different way... Is there a possibility to "delete" the CHAT_MSG_SYSTEM - event after it came to my addon?