err0r.net


<my little piece of the internet/>

IRCWX Ghost NIck Kicker

Submitted by err0r Friday, 1 August 2025, 2:19 PM IRCWX

Description: mIRC addon to help deal with ghost nicks on IRCWX
    #ghostnick on
    on *:JOIN:#: {
      if ($regex($nick($chan,$me).pnick,^('|.|@))) && ($regex($nick,[0-9]+\Z)) { 
        if ($ial($+(*,$address($nick,1),*),2).nick) { 
          inc -eu60 %ghost. [ $+ [ # ] $+ [ . ] $+ [ $address($nick,1) ] ]
          if (%ghost. [ $+ [ # ] $+ [ . ] $+ [ $address($nick,1) ] ] >= 3) {
            access # ADD DENY $address($nick,1) 15 : Ghost Flooding
            kick # $nick Ghosting Flooding - Banned 15 minutes.
          }
          else {
            kick # $nick Ghosting 
          }
        }
      }
    }
    #ghostnick end





Submitted By: err0r
Date Added: Friday, 1 August 2025, 2:19 PM
Last Updated: Friday, 1 August 2025, 2:20 PM
Views: 335