[Feature Request] Additional identifier - 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: [Feature Request] Additional identifier (/showthread.php?tid=62997) [Feature Request] Additional identifier by John Anderton on 07-10-2006 at 06:36 PM
Can we have an additional identifier for OnEvent_ChatWndReceiveMessage which can hold the email address of the person triggering the function. RE: [Feature Request] Additional identifier by Ezra on 07-10-2006 at 06:41 PM Yeah, i'd like to see this too, kinda weird anyway, because all the events work with e-mailadresses and this one works with a nickname RE: [Feature Request] Additional identifier by John Anderton on 07-10-2006 at 06:45 PM Nickname is good and all, no doubt, but its weak authentification protection. It could be added as the last param after message kind thus not disturbing the already existing scripts. It would easy the pressure on a lot of things and make quite a lot of them easier i believe RE: [Feature Request] Additional identifier by noroom on 07-10-2006 at 07:37 PM
It can't be done. Plus! itself doesn't know (with 100% certainty) where the message is coming from. RE: [Feature Request] Additional identifier by foaly on 07-10-2006 at 07:46 PM
well if you can get the contact's name you should be able to find a contact with that name and return is e-mailadres... RE: [Feature Request] Additional identifier by Eljay on 07-10-2006 at 07:47 PM
i remember patchou saying that he also has no reliable way of getting the persons email from their name, for the very same reason we cant loads of people could have the same name, and that he wont implement it because its unreliable. (edit: wow im slow (but still right ), see norooms post above) RE: [Feature Request] Additional identifier by noroom on 07-10-2006 at 08:43 PM
What are you saying? Go through all the contacts in the contact list until one contact matches the nickname, and then return his email? What if more than one contact match the nickname? What if none does, because the user has deleted the contact from his list? RE: [Feature Request] Additional identifier by John Anderton on 07-11-2006 at 07:39 AM
quote:That is the single most important problem that we face. Volv was speaking of an idea .... tho it seemed complex, he is using it in his emailing script so im guessing it works RE: [Feature Request] Additional identifier by -dt- on 07-11-2006 at 07:47 AM
quote:no just loop chatWnd.Contacts |