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:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
invisible message !!! - by scripto on 04-06-2010 at 11:41 AM
RE: invisible message !!! - by matty on 04-06-2010 at 12:35 PM
RE: invisible message !!! - by foaly on 04-06-2010 at 01:05 PM
RE: invisible message !!! - by matty on 04-06-2010 at 01:41 PM


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