Would you like to have a sertian time on that event? Like kick on @find if the same user says it it more than once within.. say 1 min?

Code:
on *:text:*:#:{
if ($1 == @find) {
if ($wildsite == %wildsite [ $+ [ $wildsite ] ]) { ban -k $chan $nick 2 <your msg here> | halt }
else {
notice $nick <your msg here>
set -u60 %wildsite [ $+ [ $wildsite ] ] $wildsite
}
}   
}