On *:TEXT:*:#:{
if ($hget(flood,$+(n.,$nick)) > 5) return
hinc -mu30 flood $+(n.,$nick) 1
}

No, this script will not stop anyone to send PRIVMSGs. It will only stop only those who sent, in 30 seconds time, atleast 5 PRIVMSGs. The client's behaviour will only be an 'ignore' to those people.


tropnul