# NoTopicFlood.tcl

**Category:** Eggdrop_Bot
**Original Author:** Nils Ostbjerg <shorty@business.auc.dk>

## Description
This script for Eggdrop version 1.6.x sets a channel mode to +t (topic lock) for 60 seconds after the topic is set, preventing further changes.

## Key Features
- Sets the channel mode to +t for 60 seconds after a topic change.
- Uses `bind topc` to trigger on topic changes.
- Utilizes `putserv` and `utimer` commands for mode setting and timing.

## File Analysis
- **NoTopicFlood.tcl** — A script that sets the channel mode +t for 60 seconds after a topic change, using Eggdrop's bind and timer functions.
- **instruc.doc** — Documentation on how to install and use the script, including steps and contact information.