# Kick Remove Script

**Category:** Eggdrop_Bot
**Original Author:** Pahlwaan <Gondals@Msn.com>

## Description
This script is designed to deop and remove ChanServ access from users who kick the bot, provided the bot has SOp privileges. It only affects AOp-level users in DALnet channels.

## Key Features
- **chanset** command to enable or disable the script for specific channels.
- Automatically kicks a user if they kick the bot while the script is enabled.
- Sends a notice and reason message to the offending user upon kicking them.
- Deletes the user from the bot's database after removing their access.

## File Analysis
- **KickRemove.tcl** — Contains the core functionality of the script, including commands, settings, and event bindings. It checks for kicks by the bot and removes access if necessary.