Results 1 to 2 of 2

Thread: mIRC: Anti-Flood Script

  1. #1
    Rizon Staff Jason's Avatar
    Join Date
    Oct 2002
    Location
    Guadalajara
    Posts
    538

    Default mIRC: Anti-Flood Script

    Code:
    on ^*:open:?:*:{
      if (%o.flood == $null) { set -u10 %o.flood 1 }
      else {
        inc %o.flood
        if (%o.flood == 5) { mode $me +g | set -u5 %o.flood 5 | halt }
        else if (%o.flood > 5) { halt }
      }
    }


    This won't help many but it's about the only non-oper required script I have. This script sets you temporarily +g if a bunch of names message you at once in an attempt to flood you.
    Rizon CEO
    Jason
    Jason@Rizon.net

  2. #2
    Rizon Staff Blake's Avatar
    Join Date
    Feb 2009
    Location
    #TKD
    Posts
    590

    Default

    I'll try it. Probably won't ever be of any use, but worth a try.
    yourname / blake
    |IRC Operator - Server Admin|
    |Services Staff|
    |
    Help Team|
    |Kline Team|
    |
    vHost Team Lead|

    blake@rizon.net

Similar Threads

  1. RizonIRPG Script for mIRC
    By Locotes in forum #RizonIRPG
    Replies: 4
    Last Post: 09-15-2011, 10:10 AM
  2. mIRC: WHOIS script
    By darkex in forum IRC client scripts and addons
    Replies: 0
    Last Post: 10-14-2009, 07:35 PM
  3. Links to scanner/anti virus softwares
    By Gemini in forum FAQ
    Replies: 0
    Last Post: 07-25-2008, 06:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •