Flood

By zainul on Jan 06, 2008

well this is just 1 more flood script all u do is put it in your bots remotes and or if they typ 5 lines in 5 sec it will ban kick them for 5 min and wat makes this 1 diff is it wont kick an op if they typ to fast lol i had a flood script but i found the bug was it kick ops to any way hope u like it :)...

[script by zainul]
on *:TEXT:*:#:{
  if ($nick == $me) {
    halt
  }
  if ($nick isop $chan) { 
    halt
  }
  inc -u5 %flood. [ $+ [ $nick ] ]
  if (%flood. [ $+ [ $nick ] ] == 5) {
    ban -ku300 $chan $nick Don't Flood! 5 Minute ban. (flood protection by Zainul) 
    halt
  }
}
on *:action:*:#:{
  if ($nick == $me) {
    halt
  }
  if ($nick isop $chan) { 
    halt
  }
  inc -u5 %flood. [ $+ [ $nick ] ]
  if (%flood. [ $+ [ $nick ] ] == 5) {
    ban -ku300 $chan $nick Don't Flood! 5 Minute ban. (flood protection by Zainul) 
    halt
  }
}

Comments

Sign in to comment.
loves.enough   -  Aug 06, 2010

www.dostiplace.com

 Respond  
napa182   -  Aug 05, 2010

ur a channel op where? what server?

 Respond  
loves.enough   -  Aug 05, 2010

MIRC script..
i m one channle op here

 Respond  
Jethro   -  Aug 05, 2010

loves.enough wrote:

i m using my script have some brakets miss match help u solve itWhat does your script look like? And what does your question have to do with this thread?

 Respond  
loves.enough   -  Aug 05, 2010

i m using my script have some brakets miss match help u solve it

 Respond  
napa182   -  Aug 05, 2010

??

 Respond  
loves.enough   -  Aug 05, 2010

Dear i deen some ur help..

 Respond  
[DX]   -  Jan 06, 2008

No need for

[ocde]if ($nick == $me) {
halt
}



here

for \" $me \" use on *:INPUT:#: { instead 
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.