Jump to content

Protection from privte flood 2


Recommended Posts

If anyone tried to make flood in your private This command to Lock in private message to protect against flooding

-----------------------------------------------------------------------------

 

on *:TEXT:*:?:{

inc %priv-floodd. [ $+ [ $nick ] ] | .timer 1 3 unset %priv-floodd. [ $+ [ $nick ] ]

if (%priv-floodd. [ $+ [ $nick ] ] >= 30) {

.ignore -u30 $wildsite

close -m $nick

msg $nick HeHeHeHe Try To Flood Me Again Baby

/echo $nick ,ignore 30 Secs. and Closed Msg | halt }

}

-----------------------------------------------

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...