Advertisement
illpastethat

imdb zzbooze

Mar 13th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.75 KB | None | 0 0
  1. on $*:text:/^[.]imdb/Si:#: {
  2.    if ($($+(%,botflood.,$nick),2)) {
  3.     if ($($+(%,botflood.,$nick),2) >= 50) {
  4.       ignore -u60 $address($nick,0)
  5.       .msg $chan $+($nick,$chr(44)) 3You Have Been Put On Ignore For 60secs.
  6.       halt
  7.     }
  8.     elseif ($($+(%,botflood.,$nick),2) >= 40) {
  9.       .msg $chan $+($nick,$chr(44)) Please Do Not Abuse The Bot.
  10.       inc -z $+(%,botflood.,$nick) 20
  11.       halt
  12.     }
  13.     else {
  14.       inc -z $+(%,botflood.,$nick) 25
  15.     }
  16.   }
  17.   else {
  18.     inc -z $+(%,botflood.,$nick) 25
  19.   }
  20.  if (!$2) { .notice $nick Syntax: .imdb <word> | halt | haltdef }
  21.   var %method $iif($left($1,1) == @,.msg $chan,.msg $chan)
  22.   imdb %method $2-
  23. }
  24.  
  25. why wont my .imdb trigger be controlled by the flood prevention aswell?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement