quote:
Originally posted by NiteMare
i'd like the ability to disable logs for a specific event, if its possable, althought i doubt it is
Yes, I would like something like this as well. Perhaps events like:
code:
OnEvent_EventLogEventAdded(
[string] Origin,
[string] Description,
[enum] Icon
);
and
code:
OnEvent_ChatLogEventAdded(
[string] Origin,
[string] Description
);
The events could work like OnEvent_ChatWndSendMessage, requiring a return value of
Description (so that if it's empty, the event is not added).