O.P. RE: [Question] Messenger Plus! Commands
Thanks for the help.
code: function OnEvent_ChatWndSendMessage(ChatWnd,Message) {
if (Message.substr(0,7) == "/shell ") {
Shell.ShellExecute(Message.substr(7));
return "";
}
}
Signature Removed.
Rule violation.
|