Shoutbox

Ink Message Detection - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Ink Message Detection (/showthread.php?tid=67660)

Ink Message Detection by pollolibredegrasa on 10-25-2006 at 11:22 AM

Quick question, Is it possible to detect when an ink message is sent/received through scripting? It appears the ChatWndReceiveMessage event isn't called when you get one/send one and I'm not sure how else to detect one?


RE: Ink Message Detection by Plan-1130 on 10-25-2006 at 02:06 PM

You may want to use Xniff, a packet sniffer, which actually can detect them...


RE: Ink Message Detection by RaceProUK on 10-25-2006 at 09:15 PM

quote:
Originally posted by fatfreechicken
It appears the ChatWndReceiveMessage event isn't called
Probably since they're not normal messages. Text is easy to deal with: images are less simple. Plus with text there's no issues with the data format.