You can add a simple flood protection to any script. Just add these lines at the beginning of your text events:

Code:

if ($hget(flood,$+(n.,$nick)) > 5) return
hinc -mu30 flood $+(n.,$nick) 1



-genius_at_work