Advertisement

 Protection on IRC

Many users need protection and channel management tools, here we supply everyone with the tools and knowledge you'll need to IRC safely and securely operate your channel. There are two sections, one for channel protection and the other for personal protection.

Channel Protection

  • Guest Nick Kicker
  • !list Kicker
  • Mass Clone Flood Protection
  • Mass Kick Protection
  • Repeat Flood Protection
  • Ban Protection
  • Long Text Kicker
  • Spam/Advertisement Kicker [Fixed]
  • Clone Protection
  • Revolving Door Kicker
  • Seen Script Kicker
  • Swear Kicker
  • Control Code Kicker
  • Excess Punctuation Kicker
  • Caps Kicker
  • Caps Kicker #2
  • Control Code Kicker #2
  • Repeat Kicker
  • Personal Protection

  • Ctcp Flood Protection
  • Dcc Flood Protection
  • Query Window Flood Protection
  • Notice Flood Protection
  • Internet/PC Protection
  •  

    Ctcp Flood Protection
    Written by DeviL

    Ctcp flood's aren't too dangerous since many servers have built in protection for users but they still can be done and potentially dangerous enough to disconnect you from the server.

    ctcp *:*:*: { if (%ctcps == $null) { set -u8 %ctcps 1 | return } else { inc %ctcps } if (%ctcps > 3) { .ignore -u45 $wildsite echo -a Ctcp flood from $wildsite - Ignoring $wildsite for 45 seconds... } }

    The code above simple counts the number of ctcp's you recieve within 8 seconds, if that exceeds 3 from the same host, mIRC will auto ignore that host for 45 seconds. You can modify ignore time, ctcp limit, and duration length as you wish. Current settings are at 8 seconds for listen duration, 3 ctcps for ctcp limit, and 45 seconds before the ignore is removed.