What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [req] Automatic BRB

Pages: (2): « First [ 1 ] 2 » Last »
[req] Automatic BRB
Author: Message:
lizard.boy
Veteran Member
*****

Avatar

Posts: 1708
Reputation: 24
33 / Male / Flag
Joined: Mar 2003
O.P. [req] Automatic BRB
Last time I went to take a leak, it hit me. Howabout a script that picks up when you tell a contact that you'll brb and changes your online status to be right back, and then when you tell one of your contacts your back it'll set your status back online.

And perhaps if you tell a contact you'll bbl (be back later) it can change your status to away, because in general bbl is a longer time than brb.

One thing to improve functionality would to have a customizeable list of phrases  for brb, bbl, and i'm back, so that people with different talking/IMing styles can all use the script with equal ease.

This post was edited on 08-04-2006 at 02:58 AM by lizard.boy.
08-04-2006 02:57 AM
Profile E-Mail PM Find Quote Report
jmccarroll
Full Member
***


Posts: 141
39 / Male / –
Joined: Jun 2003
RE: [req] Automatic BRB
quote:
Originally posted by lizard.boy
Last time I went to take a leak, it hit me. Howabout a script that picks up when you tell a contact that you'll brb and changes your online status to be right back, and then when you tell one of your contacts your back it'll set your status back online.

And perhaps if you tell a contact you'll bbl (be back later) it can change your status to away, because in general bbl is a longer time than brb.

One thing to improve functionality would to have a customizeable list of phrases  for brb, bbl, and i'm back, so that people with different talking/IMing styles can all use the script with equal ease.


Pretty sure you can do this with quicktexts... 'brb' as the shortcut and '/brb' as the message.  Same with anything else.  Then anything that you would say when you come back and set the message to '/online'

This post was edited on 08-04-2006 at 03:23 AM by jmccarroll.
08-04-2006 03:23 AM
Profile PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
37 / – / –
Joined: Dec 2005
RE: [req] Automatic BRB
Yes, but then your contact wouldn't get the message brb, unless you added both of them as the quick text. Either way, it wouldn't be hard to write a script for it...

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6714 days, 5 hours, 12 minutes, 9 seconds ago
08-04-2006 03:30 AM
Profile E-Mail PM Find Quote Report
lizard.boy
Veteran Member
*****

Avatar

Posts: 1708
Reputation: 24
33 / Male / Flag
Joined: Mar 2003
O.P. RE: [req] Automatic BRB
Hmm, i suppose that would work, but my idea was to pick out the word (words? acronym?) brb out of a sentace and change the status, so that it would work without 500 quicktext, ie it would work for
"brb i'm thirsty"
and
"someones at the door brb"
without having to go and make. "/brbdrink", "/brbdoor" etc.

hmm.. i'll take a look at the scripting documents, scripting can't be that hard. if anyone else wants to take a stab go right ahead.

This post was edited on 08-04-2006 at 03:34 AM by lizard.boy.
08-04-2006 03:33 AM
Profile E-Mail PM Find Quote Report
mlevit
Junior Member
**


Posts: 50
Reputation: 2
37 / Male / –
Joined: Sep 2005
RE: [req] Automatic BRB
Script released
08-04-2006 04:37 AM
Profile PM Find Quote Report
lizard.boy
Veteran Member
*****

Avatar

Posts: 1708
Reputation: 24
33 / Male / Flag
Joined: Mar 2003
O.P. RE: [req] Automatic BRB
quote:
Originally posted by mlevit
Done

I used javascripts split() function to split the message

Use "brb" to set status to Be right back

Use "back" to set status to your previous one

Awesome, thats exactly what i was aiming for! Thanks alot, can i have your permission to play around with your code and possibly re-release it?

(oh, and i couldnt get your plsc to work:S)
08-04-2006 04:45 AM
Profile E-Mail PM Find Quote Report
mlevit
Junior Member
**


Posts: 50
Reputation: 2
37 / Male / –
Joined: Sep 2005
RE: [req] Automatic BRB
Umm yeah go for it, ive updated the file. It should work now
08-04-2006 04:50 AM
Profile PM Find Quote Report
rob_botch
Full Member
***

Avatar

Posts: 180
Reputation: 4
33 / Male / Flag
Joined: Apr 2006
RE: [req] Automatic BRB
I have also created a script like this one. It is slightly different. It changes the status to BRB when you send a message containing "brb", "be right back" or any combination, like "b r back" with or without spaces, in any case.

If there is the need, I will also add bbl.

Hope you like it

Robert

.plsc File Attachment: A Status Changer.plsc (841 bytes)
This file has been downloaded 225 time(s).
08-04-2006 09:11 AM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: [req] Automatic BRB
quote:
Originally posted by lizard.boy
I used javascripts split()
string.Match(/(^|\s)brb(\s|$)/g);
string.Match(/(^|\s)bbl(\s|$)/g);
:P
[Image: spartaafk.png]
08-04-2006 10:31 AM
Profile PM Web Find Quote Report
rob_botch
Full Member
***

Avatar

Posts: 180
Reputation: 4
33 / Male / Flag
Joined: Apr 2006
RE: [req] Automatic BRB
Yes, that is very similar to the one that I used. Regular Expressions are the way forward!

:D
08-04-2006 05:41 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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