Network Unban Script For IRCops

By GrimReaper on Mar 19, 2009

Just an Unban script for mIRC so long as your either an IRCop or op'ed in the channel

just change all the Capital letters for the desired network

on *:BAN:#:{
  if ($network == NETWORK) {
    if ($nick == $me) halt
    if ($me !isop $chan) && ($me !ishop $chan) return
    if ($banmask iswm $address($me,5)) || ($banmask == *!*@HOST.HOST) || ($banmask == *!*@HOST.HOST) {
      mode $chan -b $banmask
      mode $chan -qoahv $nick $nick $nick $nick $nick
      notice $chan Hey! NETWORK staff and daemons are not to be banned from any channel on this network!
      cs akick $chan del *!*@HOST.HOST
      cs akick $chan del NICK!*@*
      cs akick $chan del *!*@*
      cs unban $chan
      join $chan
    }
  }

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.