quote:
Originally posted by Dethredic
ok i modified the values to:
var floodCount = 0; // max amount of nudges allowed in the time period
var floodTime = 0; // period for floodchecking, in milliseconds
var blockTime = -1; // period the contact is being block, in milliseconds
// (-1 = indefinitely, aka: contacts will not be unblocked automatically)
var blockMessage = false // true = contact will be notified that he is blocked
// false = contact will not be notified
This is supposed to not let anyone be able to nudge me, but it didn't work. Did I do something wrong?
yes, you've set everything wrong...
Put everything back to what it was and alter the stuff logically.
var floodCount = 2;
var floodTime = 10000;
var blockTime = -1;
var blockMessage = true;
This will allow 2 nudges within 10 seconds, anything above will block the contact until you unblock him again yourself. A message is shown to the contact prior to blocking so he knows why he is blocked (I advise to leave this on, blocking a contact without letting him know why will either make him wanting to do it more or he either wont have a clue what he did wrong and will do it again).
quote:
Originally posted by Matty
quote:
Originally posted by xxx-jemmer-xxx
hey i was just wondering were did u get the thing so that u can nudge ppl non stop
Mess.be? Its called MessPatch...
I dont think there is a script to Patchy Messenger to allow multiple nudging.
yes there is
"
CookieRevised's reply to Unlimited Nudges script"