What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] "user offline" notice

[Request] "user offline" notice
Author: Message:
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. [Request] "user offline" notice
Heyy guys!

You know what really really bugs me, it's when you're chatting away and you don't notice but they have actually gone offline. stupid thing doesnt tell you at the top anymore.

Could anyone code a script to add it back or just plain text saying user offline?


  Thanks, Ste

This post was edited on 06-28-2006 at 08:14 PM by WDZ.
06-28-2006 04:51 PM
Profile E-Mail PM Web Find Quote Report
qgroessl
Veteran Member
*****


Posts: 1615
Reputation: 22
33 / – / Flag
Joined: Jul 2005
Status: Away
RE: [Request]
When doesn't say that anymore?... did you patch your Messenger at all?
06-28-2006 04:52 PM
Profile PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: [Request]
You can use the events feature in Messenger Plus! ;).
06-28-2006 04:54 PM
Profile PM Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. RE: [Request]
i dont want a pop  up tho it would annoy the hell out of me. nt patched it yet going to use mess patch when i can be arsed.
06-28-2006 05:05 PM
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: [Request]
Make a new script and add this:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
var Contacts = ChatWnd.Contacts;
var e = new Enumerator(Contacts);
for(; !e.atEnd(); e.moveNext())
{
    var Contact = e.item();
        if(Contact.Status == 1) {
            MsgPlus.DisplayToastContact("Offline Notification","[b]Your message has been blocked[/b]","because the contact is offline.","Sounds\\notify.mp3");
            return "";
        }
}
return Message;
}
It'll show a toast if the contact is offline. This stops you from offline messaging though so you'll have to turn it off if you want it to work :P Might package it later with an option. Thanks to Stigmata for the help :)

This post was edited on 06-28-2006 at 05:56 PM by hmaster.
[Image: sig.png]
06-28-2006 05:47 PM
Profile PM Web Find Quote Report
Three6Mafia
Junior Member
**

Avatar
HRA55 U

Posts: 42
Reputation: -6
35 / Male / –
Joined: Mar 2005
RE: [Request]
If u have lost the info bar, that notifies you that the person is offline, away, busy, etc.. I reccomend you re-open your mess-patch and edit your current settings... uncheck "yellow info bar" under the "conversation window options"


Pretty Straight Forward:
VVVVVVVVVVVVVVVVVVV
[Image: yellowinfo5nd.jpg]


Oh and look under Aaron on your contact list, stephen...You will find me there :D

o0o
* Three6Mafia bes tricksy
[Image: Three6Mafia.png]
06-28-2006 06:06 PM
Profile E-Mail PM Web Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. RE: [Request] "user offline" notice
Aaron the mannnnnnnn! elped me with all sorts tonight haha top lad!
06-28-2006 11:32 PM
Profile E-Mail PM Web Find Quote Report
Mr. Bougo
Junior Member
**


Posts: 51
33 / Male / –
Joined: Jun 2006
RE: [Request] "user offline" notice
hmaster > why the enumerator? In multi-user chats, offline contacts are kicked out the "chatroom", no?
06-29-2006 07:12 AM
Profile PM Find Quote Report
Three6Mafia
Junior Member
**

Avatar
HRA55 U

Posts: 42
Reputation: -6
35 / Male / –
Joined: Mar 2005
RE: [Request] "user offline" notice
You Are Bloody Welcome Stephen!
hehe told you to check your WLM contact list to find me :P
[Image: Three6Mafia.png]
07-02-2006 07:34 AM
Profile E-Mail PM Web Find Quote Report
wlmcrap
Junior Member
**

Avatar
David

Posts: 71
Reputation: -6
30 / Male / –
Joined: Jul 2006
RE: [Request] "user offline" notice
Heres the script that i made. It pops up a toast with the person who signs outs name + signed out.

.plsc File Attachment: Notify Sign Out.plsc (27.01 KB)
This file has been downloaded 151 time(s).
07-06-2006 11:57 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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