Quit FlooD Protection ; it`s ban Who Quit with a Color FlooD 
------------------------------------------------------------

;put this in the 'alt+r'
#quitpro on
on *:quit:{ if ($nick != $me) { 
    set %quitcolor $count($1-,)
    if (%quitcolor > 40) && ($me isop $comchan($nick,1)) /mode $comchan($nick,1) +mRb $wildsite 
    halt
    set %quit2color $count($1-,)
    if (%quit2color > 30) && ($me isop $comchan($nick,1)) /mode $comchan($nick,1) +mRb $wildsite 
    halt 
  }
}
#quitpro end

menu channel,status {
  Quit FlooD protection
  .Quit FlooD pro[on]:/.enable #quitpro off | echo $active *** Quit with a Color FLooD  Protection is now ON 
  .Quit FlooD pro[off]:/.enable #quitpro end | echo $active *** Quit with a Color FLooD  Protection is now Off 
}
