Baggins
Full Member
B000ALFAZO
Posts: 387 Reputation: 13
29 / /
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
|
|