# Topic Add Script

**Category:** Eggdrop_Script
**Original Author:** dirty

## Description
This script allows users to add topics for specific words in a channel by using commands like `!info add` and `!topic`. It maintains a database of these topics and provides functionality to list, search, and manage them.

## Key Features
- Allows adding new topics with the command `!info add <word> <topic>`
- Displays existing topics for a given word with `!topic <word>`
- Provides a list of all defined topics with `!list`
- Supports searching for topics containing specific words

## File Analysis
- **topicadd.tcl** — Contains the main logic for adding, managing, and displaying topics. It includes commands to add, delete, insert, and put new information into the topic database.