What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Busy Blocker

Pages: (2): « First « 1 [ 2 ] Last »
[Release] Busy Blocker
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [Release] Busy Blocker
My version has these features, don't know how far fatfreechicken is with implementing these features in his version...

http://code.google.com/p/busyblocker/
[Image: 1-0.png]
             
11-01-2006 06:35 PM
Profile PM Web Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
O.P. RE: RE: [Release] Busy Blocker
I've not started the Excluded Contacts part yet, but I've added a feature so you can set it to react on whatever status you want (instead of busy), unblock all contacts when you return your status to online, and I've also added multiple messages before blocking.

Not sure when I'll finish though, but here's a preview :p

[Image: attachment.php?pid=748803]

.png File Attachment: My_Screenshot_14.png (19.33 KB)
This file has been downloaded 294 time(s).

This post was edited on 11-01-2006 at 06:45 PM by pollolibredegrasa.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
11-01-2006 06:41 PM
Profile PM Find Quote Report
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: [Release] Busy Blocker
Maybe make a status like Not-Online or something, or select multiple statusses, just an idea :)
Great script tho :)
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
11-01-2006 07:36 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Busy Blocker
quote:
Originally posted by Plan-1130
Maybe make a status like Not-Online or something, or select multiple statusses, just an idea :)
and this for both the "status to activate on", as for the "status to reset" on... ;)

--

PS: Just a note/something to always consider when implementing tags: what would happen if a user actually want to use "<n>" in his message? Or how does he need to do it? I suggest the use of the literal escaping character used in all kinds of languages: "\"...

This post was edited on 11-02-2006 at 01:37 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-02-2006 01:35 AM
Profile PM Find Quote Report
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: [Release] Busy Blocker
indeed, and don't split up messages by every "'\" it finds, but find out first if a double "\\" is found (like in most languages also) so you can use "\\" if you don't want the "\" to split up the messages :)
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
11-02-2006 06:53 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Busy Blocker
[OFF TOPIC]
quote:
Originally posted by Plan-1130
indeed, and don't split up messages by every "'\" it finds, but find out first if a double "\\" is found (like in most languages also) so you can use "\\" if you don't want the "\" to split up the messages :)
that's actually a long way around and the logic behind it can be made extemely shorter. You don't need to look for double slashes "\\" and then for single slashes at all.

All you need to do is look for a single slash "\" and treat every character (or tag in this case) after it literally. In other words a double slash autoamtcially already produce a single slash.

[/OFF TOPIC]
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-02-2006 10:32 AM
Profile PM Find Quote Report
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: [Release] Busy Blocker
[offtopic]
So your suggestion is? <n> for new message and \<n> for the tag?
I thought you meant something like \n...
[/offtopic]
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
11-02-2006 04:00 PM
Profile E-Mail PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
O.P. RE: RE: [Release] Busy Blocker
quote:
Originally posted by CookieRevised
quote:
Originally posted by Plan-1130
Maybe make a status like Not-Online or something, or select multiple statusses, just an idea :)
and this for both the "status to activate on", as for the "status to reset" on... ;)

Will look into it :)

quote:
Originally posted by CookieRevised
PS: Just a note/something to always consider when implementing tags: what would happen if a user actually want to use "<n>" in his message? Or how does he need to do it? I suggest the use of the literal escaping character used in all kinds of languages: "\"

Any ideas on how i can do this? I'm not the best when it comes to scripting and I'm not sure how to do it :P. At the moment, each message is stored in an array and I'm using .split("<n>") to seperate them...

Any help appreciated :)
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
11-02-2006 07:55 PM
Profile PM Find Quote Report
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: [Release] Busy Blocker
well you could use my way, but Cookie knows a better (and shorter) way, but i also have no idea how he wants to do that...
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
11-02-2006 09:39 PM
Profile E-Mail PM 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