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

Problems with ChatWnd
Author: Message:
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: Problems with ChatWnd
if(Message == "/Crypto") {
        flag = true;
        return "";
    }

.. why the return statement here? the rest of your funciton is never executed! :)

Also, replace the last:
        ChatWnd.SendMessage(outString);
        return "";
by
        return outString;
[Image: signature2.gif]
02-20-2007 04:01 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Problems with ChatWnd - by neocon on 02-19-2007 at 06:48 PM
RE: Problems with ChatWnd - by Patchou on 02-20-2007 at 04:01 AM
RE: RE: Problems with ChatWnd - by vikke on 02-20-2007 at 07:57 AM
RE: Problems with ChatWnd - by neocon on 02-20-2007 at 05:06 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