Shoutbox
latest posts
member list
search
rules
contact
login
|
register
|
shoutbox
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
Posts: 8607
Reputation:
201
43 /
/
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;
02-20-2007 04:01 AM
«
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:
Select Rating...
5 ... Best
4
3 ... Average
2
1 ... Worst
Forum Jump:
Please select one:
--------------------
Latest Posts
Private Messages
User Control Panel
Who's Online
Search
Forum Home
Open Forum
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