Code:
on @*:text:*:#:{
  var %messages = 6, %time = 3
  inc -u $+ %time $+(%,flood.,$cid,$chan,$wildsite)
  if ($eval($+(%,flood.,$cid,$chan,$wildsite),2) == %messages) kick $chan $nick Flooding.
}


Adjust %messages and %time to suit you.