mIRC Home    About    Download    Register    News    Help

Print Thread
#157285 23/08/06 11:33 PM
Joined: Aug 2006
Posts: 1
S
squeaKy Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Aug 2006
Posts: 1
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.

#157286 24/08/06 12:49 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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
}
}
 


Link Copied to Clipboard