What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » simple problem :P

simple problem :P
Author: Message:
Kukaka
New Member
*


Posts: 2
Joined: Sep 2007
O.P. RE: RE: simple problem :P
quote:
Originally posted by phalanxii
I would assume the problem is because you haven't changed the string lengths in the command:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
    if (Message.substr(0,6) == "/stats")
    {
        Message = Message.substr(7);
       
        return query(Message);
    }
}

Yay! it worked :D Thank you ;)
09-27-2007 06:07 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
simple problem :P - by Kukaka on 09-26-2007 at 08:24 PM
RE: simple problem :P - by phalanxii on 09-27-2007 at 12:43 AM
RE: RE: simple problem :P - by Kukaka on 09-27-2007 at 06:07 AM


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