What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » invisible message !!!

invisible message !!!
Author: Message:
scripto
New Member
*


Posts: 14
33 / – / Flag
Joined: Jan 2010
O.P. invisible message !!!
can we send a text in a chat windows without letting the sender seeing it
i mean i send a txt to a contact but this text doesn't appear in my chat window but i does in my contact chat window
04-06-2010 11:41 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: invisible message !!!
Nope not possible.
04-06-2010 12:35 PM
Profile E-Mail PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: invisible message !!!
well that depends, you could hide the message for example:

Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){
    if (Message.charAt(0) == '#'){
        Debug.Trace("make invis" + Message);
        return "";
    }
}


The screen will still show you said something, just not what you said as long as you prefix it with #...
[signature.jpg]
04-06-2010 01:05 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: invisible message !!!
I was under the impression the OP wanted something like an Action Message to appear on the contacts chat window.
04-06-2010 01:41 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On