quote:
Originally posted by Dave
Would it be possible to make a script that could send someone a warning message if they were toast spamming u (repeatedly changing status), and then block them if they continued.
My
Signin Flood Protection script does exactly that...
Currently it detects contacts going online. You can easly alter it to detect status changes too:
1) install the
Signin Flood Protection script
2) go to that script in the Plus! preferences and edit it:
Plus! > Preferences > General > Scripts > Signin Flood Protection > Edit
3) Add the following function to the end of the script:
code:
function OnEvent_ContactStatusChange(contactMail, contactNewStatus) {
OnEvent_ContactSignin(contactMail);
}
4) Save the script and close the editing window.
also might help vladinator