# QuakeNet deop protection v1.51

**Category:** Eggdrop_Bot
**Original Author:** Patrick "Jack" Wedekind

## Description
This script is designed to protect an Eggdrop bot from being deopped or devoiced by automatically reoperating or revoicing the bot when such actions are performed.

## Key Features
- **Automatically reops/revoices the bot** when it is deopped or devoiced, provided the bot has the necessary auth levels on the channel.
- **Kicks and bans** users who deop the bot for a specified duration (configurable via settings).
- **Supports different auth levels** such as +o/+v flags.

## File Analysis
- **deopprot.tcl** — Contains the main logic to reoperate or revoke the bot when it is deopped, and includes functionality to kick and ban users who deop the bot. It also sets up necessary global definitions and event bindings.
- **Settings** — Configurable parameters for bantime and kick message.