Jump to content

privte flood


Henry

Recommended Posts

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

 

#privteflood on
on *:OPEN:?: {
 if  ($nick isop $chan )  return
 inc %open.flood
 .timer 1 5 set %open.flood 0
 if (%open.flood > 5 ) {
.ignore -npu30 *!*@*
.ignore -xu30 $me $+ !*@*
.ignore -npu120 $wildsite
.close -m
echo -at  12 Lock has been in private message to protect against flooding	ignore --> 15  $nick 12  $wildsite
 }
 .timer 1 5 set %open.flood 0
}
#privteflood end
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...