# Protsys v3.7

**Category:** mIRC_Addon
**Original Author:** DuRanDaL

## Description
A Tcl script for protecting IRC channel operators from being deopped, kicked, or banned by unauthorized users.

## Key Features
- Protects channel ops from being deopped.
- Protects channel ops from being kicked.
- Protects channel ops from being banned.
- Logs actions taken by the protect system.
- Customizable time limits for bans and deops.
- Allows exceptions based on user flags.

## File Analysis
- **protsys3.7.tcl** — Contains the main logic for protecting channel operators, including bindings for mode changes, kicks, and bans. It also includes settings for protection flags, exception flags, and logging configurations.