Hello again to all users.

I have been using this flood script below for some time but now my bot works with a quizbot on channel. I want it still to stop floods on the channel but ignore the quizbot. What do i change this code to please?

ON @1:TEXT:*:#:{ .auser 200 $nick | /timer2 1 3 .ruser $nick }

ON @+200:TEXT:*:#:{ .timer2 off | .auser 201 $nick | .timer3 1 3 .ruser 200 $nick }

ON @+201:TEXT:*:#:{ .timer3 off | /auser 202 $nick | /timer4 1 3 /ruser 201 $nick

ON @+202:TEXT:*:#:{ .timer4 off | .auser 203 $nick | .timer5 1 3 .ruser 202 $nick }

ON @+203:TEXT:*:#:{ .timer5 off | .auser 204 $nick | .timer6 1 3 .ruser 203 $nick }

ON @+204:TEXT:*:#:{ .timer6 off | .ruser $nick | .kick $chan $nick Text Flood Detected }!


And another cose for say 2 users ie the quizbot and an advert bot? Thanks to all who answer. smile

Last edited by Crosz; 03/03/05 12:56 AM.