RE: OnEvent_ChatWndReceiveMessage fires 3 times on open chat window
Yeah, it seems this was changed in Messenger Plus! 5.
The way I got around it was cross referencing times between OnEvent_ChatWndCreated and OnEvent_ChatWndReceiveMessage, and then only taking the last message that was received... (I use my own method for event binding, so I only need to make changes in one part) Not pretty, but it sort of works, I guess. No idea how else one would do it.
|