[req] Automatic BRB |
Author: |
Message: |
lizard.boy
Veteran Member
Posts: 1708 Reputation: 24
34 / /
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 |
|
|
jmccarroll
Full Member
Posts: 141
40 / / –
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 |
|
|
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
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
6910 days, 6 hours, 43 minutes, 51 seconds ago
|
|
08-04-2006 03:30 AM |
|
|
lizard.boy
Veteran Member
Posts: 1708 Reputation: 24
34 / /
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 |
|
|
mlevit
Junior Member
Posts: 50 Reputation: 2
37 / / –
Joined: Sep 2005
|
|
08-04-2006 04:37 AM |
|
|
lizard.boy
Veteran Member
Posts: 1708 Reputation: 24
34 / /
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 )
|
|
08-04-2006 04:45 AM |
|
|
mlevit
Junior Member
Posts: 50 Reputation: 2
37 / / –
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 |
|
|
rob_botch
Full Member
Posts: 180 Reputation: 4
34 / /
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
Attachment: A Status Changer.plsc (841 bytes)
This file has been downloaded 241 time(s).
|
|
08-04-2006 09:11 AM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
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);
|
|
08-04-2006 10:31 AM |
|
|
rob_botch
Full Member
Posts: 180 Reputation: 4
34 / /
Joined: Apr 2006
|
RE: [req] Automatic BRB
Yes, that is very similar to the one that I used. Regular Expressions are the way forward!
|
|
08-04-2006 05:41 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|