What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is there a script to.....?

Is there a script to.....?
Author: Message:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: Is there a script to.....?
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
Debug.Trace(Message.split(' ')[0])
    if(Message.split(" ")[0] == "/dsignout")
    {
        MsgPlus.AddTimer("signout", Message.split(" ")[1] * 60000)
        return ""
    }
}

function OnEvent_Timer(signout)
{
    Messenger.Signout()
}

function OnGetScriptCommands()
{
    var commands = "<ScriptCommands>"
    commands += "  <Command>"
    commands += "    <Name>dsignout</Name>"
    commands += "    <Description>Signs you out after a specified amount of time</Description>"
    commands += "    <Parameters>&lt;time in seconds&gt;</Parameters>"
    commands += "  </Command>"
    commands += "</ScriptCommands>"
    return commands
}

use /dsignout 5 to sign out after 5 seconds minutes.
minutes will be a bit more useful for this purpose ;)

This post was edited on 09-13-2006 at 07:03 PM by Jesus.
09-13-2006 07:02 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is there a script to.....? - by lu_benja on 09-13-2006 at 06:39 PM
RE: Is there a script to.....? - by Jesus on 09-13-2006 at 06:40 PM
RE: Is there a script to.....? - by lu_benja on 09-13-2006 at 06:43 PM
RE: Is there a script to.....? - by Jimbo on 09-13-2006 at 06:51 PM
RE: Is there a script to.....? - by vaccination on 09-13-2006 at 06:54 PM
RE: Is there a script to.....? - by lu_benja on 09-13-2006 at 06:56 PM
RE: Is there a script to.....? - by Ezra on 09-13-2006 at 06:57 PM
RE: RE: Is there a script to.....? - by vaccination on 09-13-2006 at 07:03 PM
RE: Is there a script to.....? - by Jesus on 09-13-2006 at 07:02 PM
RE: Is there a script to.....? - by Jesus on 09-13-2006 at 07:05 PM
RE: Is there a script to.....? - by lu_benja on 09-13-2006 at 07:11 PM
RE: Is there a script to.....? - by vaccination on 09-13-2006 at 07:12 PM
RE: Is there a script to.....? - by lu_benja on 09-14-2006 at 01:46 PM
RE: Is there a script to.....? - by crank on 09-15-2006 at 09:29 AM
RE: RE: Is there a script to.....? - by CookieRevised on 09-15-2006 at 11:18 AM
RE: Is there a script to.....? - by Felu on 09-15-2006 at 12:05 PM
RE: RE: Is there a script to.....? - by Jimbo on 09-15-2006 at 08:07 PM
RE: Is there a script to.....? - by Matti on 09-15-2006 at 12:38 PM
RE: Is there a script to.....? - by Felu on 09-15-2006 at 12:39 PM
RE: Is there a script to.....? - by Matti on 09-15-2006 at 12:44 PM
RE: Is there a script to.....? - by lu_benja on 09-15-2006 at 08:02 PM
RE: Is there a script to.....? - by CookieRevised on 09-15-2006 at 08:32 PM
RE: Is there a script to.....? - by Jimbo on 09-15-2006 at 08:34 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