What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Messenger Plus! Commands

[Question] Messenger Plus! Commands
Author: Message:
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
RE: [Question] Messenger Plus! Commands
code:
function OnGetScriptCommands() {
    var commands = '<ScriptCommands>';
        commands+='<Command>';
            commands+='<Name>shell</Name>';
            commands+='<Description>Shell Execute</Description>';
            commands+='<Parameters/>
        commands+='</Command>';
    commands+='</ScriptCommands>';
    return commands;   
}
or something like that
10-28-2006 12:00 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] Messenger Plus! Commands - by Sana on 10-27-2006 at 11:03 PM
RE: [Question] Messenger Plus! Commands - by pollolibredegrasa on 10-27-2006 at 11:16 PM
RE: [Question] Messenger Plus! Commands - by Spunky on 10-27-2006 at 11:20 PM
RE: [Question] Messenger Plus! Commands - by Baggins on 10-28-2006 at 12:00 AM
RE: [Question] Messenger Plus! Commands - by Plan-1130 on 10-28-2006 at 12:02 AM
RE: RE: [Question] Messenger Plus! Commands - by Baggins on 10-28-2006 at 12:18 AM
RE: [Question] Messenger Plus! Commands - by Sana on 10-28-2006 at 12:35 AM
RE: [Question] Messenger Plus! Commands - by Spunky on 10-28-2006 at 07:42 AM
RE: [Question] Messenger Plus! Commands - by Plan-1130 on 10-29-2006 at 02:08 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