O.P. RE: Nudge Blocker
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?
This post was edited on 12-03-2006 at 11:56 PM by Dethredic.
|