Simple ban protection.

By Protheus on Mar 21, 2017

Simple ban protection. Intended for a bot. When you are banned in a channel you have +o in, the bot will ask ChanServ to unban you, then kick and banned the person who banned you.

Screenshot:

Image 1
on *:BAN:#: {
  if ($bnick == YOURNICKHERE) {
    /cs unban # YOURNICKHERE
    /ban # $nick 
    kick # $nick {- Don't do that. -}
  }
}

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.