Hey i want it so that in my channel they post 1 time every 30 seconds and if they dont follow that they get banned can someone please help me? I can make scripts but i have never made a spam script before so im noob at it.
Spam scripts have been done a fair bit. You should use the Search feature, and remember to adjust the time frame to something greater than 1 week (which is the default).
Code:
on @*:text:*:#:{
if $($+(%,$nick),2) {
ban -k $chan $nick One post every 30 seconds is the limit
}
else {
set -u30 $+(%,$nick) $nick
}
}