KLoWnX — File Browser

klownX / klownX / klownxflood.ini

klownxflood.ini — 3.93 KB — Download this file

[script]
n0=on 1:TEXT:*:?:{
n1=  if (%msgflood == On) {
n2=    timer 1 8 unset %Tif. [ $+ [ $site ] ] 
n3=    inc %Tif. [ $+ [ $site ] ] 1
n4=    If (%Tif. [ $+ [ $site ] ] == 2) { .ignore -pcnu20 $wildsite | } 
n5=  }
n6=}
n7=on 1:INVITE:#: {
n8=  if (%inviter == ON) {
n9=    inc %invi. [ $+ [ $site ] ] 1
n10=    .timer 1 10 /unset %invi. [ $+ [ $site ] ]
n11=    if (%invi. [ $+ [ $site ] ] == 2) { .ignore -iu30 * | .ignore -iu180 $address | Echo -a [02K07L13ø12W05ñ07×1] $nick 1,0Invite Flooded You In $chan %vers | Echo -a [02K07L13ø12W05ñ07×1] 1,0Ignoring all  All Invites 1,0For 30 Sec | echo -a [02K07L13ø12W05ñ07×1] 1,0And Invites from $nick 1,0For 3 Minutes | msg $nick 02K07L13ø12W05ñ07×9,1 Flood Protection Activated have a nice day :P | halt }
n12=  }
n13=}
n14=ctcp 1:*:*: {
n15=  if (%ctcpflod == On ) {
n16=    if ($nick == $me) { halt }
n17=    else { 
n18=      inc %ct [ $+ [ $wildsite ] ] | .timer 1 10 unset %ct [ $+ [ $wildsite ] ] 
n19=      if (%ct [ $+ [ $wildsite ] ] == 1) { .timer 1 10 unset %ct [ $+ [ $wildsite ] ] }
n20=      if (%ct [ $+ [ $wildsite ] ] > 2) { unset %ct [ $+ [ $wildsite ] ] | .ignore -tu30 * | .ignore -tu180 $address | echo -a [02K07L13ø12W05ñ07×1] 1,0Ctcp Flood Detected From $nick %vers | echo -a [02K07L13ø12W05ñ07×1] 1,0Now Ignoring All CTCPs 1,0For 30 Secs  |  echo -a [02K07L13ø12W05ñ07×1] 1,0And CTCPs from $nick 1,0For 3 Minutes | halt }
n21=    }
n22=  }
n23=}
n24=On 1:JOIN:#: {
n25=  If (%onjoinpro == On) {
n26=    if ($me != $nick) {
n27=      inc % $+ $site $+ join
n28=      inc %cjoins 1
n29=      .timer 1 8 /unset % $+ $site $+ join
n30=      if (% [ $+ [ $site [ $+ [ join ] ] ] ] == 4) { ban $chan $address | kick $chan $nick 1,0 %cjoins joins In within 8 Seconds %vers | timer 1 12 unset %cjoins  | halt }
n31=    }
n32=  }
n33=}
n34=On 1:DEOP:#: {
n35=  if ($opnick == $nick) { halt }
n36=  if ($ulevel = ignpro) { halt }
n37=  if ($me != $nick) {
n38=    if (%Masdoppro == On) {
n39=      inc % $+ $site $+ deop
n40=      .timer 1 5 /unset % $+ $site $+ deop 
n41=      if (% [ $+ [ $site [ $+ [ deop ] ] ] ] == 2) { kick $chan $nick 02K07L13ø12W05ñ07×9,1Mass DeOp sux  %masdop | /unset % $+ $site $+ deop | halt } 
n42=    }
n43=  } 
n44=}
n45=on @!1:KICK:# {
n46=  if (%Mkickpro == ON) {
n47=    if ($me != $nick) {
n48=      inc % $+ $site $+ kick
n49=      .timer 1 5 /unset % $+ $site $+ kick
n50=      if (% [ $+ [ $site [ $+ [ kick ] ] ] ] == 3) { kick $chan $nick 02K07L13ø12W05ñ07×9,1Mass kick sux %maskpro  | unset % $+ $site $+ kick | halt }
n51=    }
n52=  }
n53=}
n54=on 1:ACTION:*:#:{
n55=  if (%actionflod == On) {
n56=    inc %actf. [ $+ [ $site ] ] 1
n57=    .timer 1 20 /unset %actf. [ $+ [ $site ] ]
n58=    if (%Actf. [ $+ [ $site ] ] == 4) { ignore -u30 $wildsite | kick # $nick $chan | echo -a [02K07L13ø12W05ñ07×1] 1,0Action Flood In # now kicking %vers }
n59=  }
n60=}
n61=On 1:TEXT:*:#: {
n62=  if (%msgflod == ON) {
n63=    timer 1 8 unset %Tif. [ $+ [ $site ] ] 
n64=    inc %Tif. [ $+ [ $site ] ] 1
n65=    If (%Tif. [ $+ [ $site ] ] == 5) { ignore -pu20 $wildsite | echo -a [02K07L13ø12W05ñ07×1] 1,0 Msg Flood Found From $nick ignoring for 20 Seconds | msg $nick 02K07L13ø12W05ñ07×9,1 Flood Protection Activated have a nice day :P }
n66=  }
n67=}
n68=on 1:NOTICE:*:*:{  
n69=  if (%noticeflod == ON) {
n70=    inc %NotF. [ $+ [ $site ] ]
n71=    .timer 1 25 .unset %NotF. [ $+ [ $site ] ]
n72=    if (%NotF. [ $+ [ $site ] ] == 5) { ignore -nu30 * | ignore -nu180 $address | echo -a [02K07L13ø12W05ñ07×1] 1,0Notice Flood Detected From $nick In $chan %vers | echo -a [02K07L13ø12W05ñ07×1] 1,0Ignoring All notices for 30 Seconds | echo -a [02K07L13ø12W05ñ07×1] 1,0And notices from $nick for 3 Minutes | msg $nick 02K07L13ø12W05ñ07×9,1 Flood Protection Activated have a nice day :P | halt }
n73=  }
n74=}