# topiclock2.04P.tcl

**Category:** Eggdrop_Script
**Original Author:** Teemu Hjelt (Paladinz updates)

## Description
A script for Eggdrop IRC bots that allows locking channel topics to prevent users from changing them, with optional flood protection and command-based management.

## Key Features
- Locks channel topics using commands like `.tlock`, `tlock`, etc.
- Saves topic data to a file on the bot's shell for persistence across restarts.
- Supports multiple channels and allows locking/unlocking all channels simultaneously.
- Provides flood protection mechanisms such as deoping, kicking, and banning users who attempt to change locked topics frequently.

## File Analysis
- **topiclock2.04P.tcl** — Contains the main script logic for managing channel topics with various commands and settings.
- **readme.txt** — Documentation file providing version history and usage instructions.