Shoutbox

Block script plz! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Block script plz! (/showthread.php?tid=68953)

Block script plz! by kryp2nyt on 11-29-2006 at 07:21 AM

Hi all :)

Is there a script that blocks all contacts with one command?

I remember seeing it somewhere, but I forgot its name :$

P.S: I used the search function, so no bashing off plz :P


RE: Block script plz! by Jimbo on 11-29-2006 at 08:02 AM

to block all contacts just use

code:
BlockAll(true);

You'll have to put in your own command because i really am too tired.
sorry
RE: Block script plz! by kryp2nyt on 11-29-2006 at 10:12 AM

how????

I remember seeing a script that does this!

^o)


RE: Block script plz! by CookieRevised on 11-29-2006 at 10:15 AM

quote:
Originally posted by Jimbodude
to block all contacts just use
code:
BlockAll(true);
You'll have to put in your own command because i really am too tired. sorry
erm.... that makes absolutely no sense.

RE: Block script plz! by kryp2nyt on 11-29-2006 at 10:20 AM

Exactly :S

Anyways, any luck on such a script? :p


RE: Block script plz! by CookieRevised on 11-29-2006 at 10:27 AM

quote:
Originally posted by kryp2nyt
Is there a script that blocks all contacts with one command?
I remember seeing it somewhere, but I forgot its name :$
There isn't a script which blocks all contacts at once, just like that.

It is quite useless actually too, since you could just as well set your status to 'appear offline' in that case, it will have the same effect as far as your contacts are concearned.

It makes some sense to have a /unblockall command though...

But there are some scripts which have something todo with blocking all or selective contacts at once:

* Busy Blocker
* PlusPrivacy
* Selective Talker

The last one is probably the one you mean, I guess. I'm not sure because you didn't stated more details of what you exactly want. Do you want to block/unblock all contacts just like that? Or do you want to keep the original block status so that when you unblock all contacts again some will still be blocked? etc... It all depends on such details...

PS EDIT: I just revised the Selective Talker, it should almost work bug free, so there are some bugs in it though (and the code and speed can be optimized a lot but that's not a problem).

As such, here is a very small script which adds the commands /blockall and /unblockall, and which also adds some menu entries to the Plus! icon for scripts. Though, it doesn't remember the original blocked states of your contacts (maybe I'll add that later):

Usage:
- To block all contacts:
      . Select 'Block all contacts' from the Plus! icon submenu for scripts
      . Use the '/blockall' command in a conversation
- To unblock all contacts:
      . Select 'Unblock all contacts' from the Plus! icon submenu for scripts
      . Use the '/unblockall' command in a conversation