What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Send file

Send file
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Send file
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
    if(Message.substr(0, 6) == "!hitme") {
        if (Message.substr(Message.length-1, 1) != "\\") {
            Message += "\\";
        }
        ChatWnd.SendFile(Message.substr(7));
        ChatWnd.SendMessage("-> " + Message.substr(7));
    }
}
07-24-2008 01:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Send file - by SnuZZer on 07-24-2008 at 10:48 AM
RE: Send file - by matty on 07-24-2008 at 01:19 PM
RE: RE: Send file - by SnuZZer on 07-24-2008 at 01:24 PM
RE: Send file - by matty on 07-24-2008 at 01:30 PM
RE: RE: Send file - by SnuZZer on 07-24-2008 at 01:49 PM
RE: Send file - by matty on 07-24-2008 at 01:54 PM
RE: Send file - by matty on 07-24-2008 at 01:55 PM
RE: Send file - by Spunky on 07-24-2008 at 02:08 PM
RE: Send file - by SnuZZer on 07-24-2008 at 03:19 PM


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