Simple kick protection.

By Protheus on Mar 21, 2017

Simple kick protection. Intended for a bot. When you are kick, the bot will ban the kicker and kick them withe message "Don't do that."
NOTE: The "sajoin" command requires Admin/Oper privileges.

Screenshot:

Image 1

on *:KICK:#: {
  if ($knick == YOURNICKHERE) {
    sajoin 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.