Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on $*:text:/^[.]imdb/Si:#: {
- if ($($+(%,botflood.,$nick),2)) {
- if ($($+(%,botflood.,$nick),2) >= 50) {
- ignore -u60 $address($nick,0)
- .msg $chan $+($nick,$chr(44)) 3You Have Been Put On Ignore For 60secs.
- halt
- }
- elseif ($($+(%,botflood.,$nick),2) >= 40) {
- .msg $chan $+($nick,$chr(44)) Please Do Not Abuse The Bot.
- inc -z $+(%,botflood.,$nick) 20
- halt
- }
- else {
- inc -z $+(%,botflood.,$nick) 25
- }
- }
- else {
- inc -z $+(%,botflood.,$nick) 25
- }
- if (!$2) { .notice $nick Syntax: .imdb <word> | halt | haltdef }
- var %method $iif($left($1,1) == @,.msg $chan,.msg $chan)
- imdb %method $2-
- }
- why wont my .imdb trigger be controlled by the flood prevention aswell?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement