# FAQ Script for Eggdrop IRC Bot

**Category:** Eggdrop_Bot
**Original Author:** ICU (icu@eggdrop-support.org)

## Description
This script provides a simple database of frequently asked questions (FAQs) that can be queried by users on an IRC channel, managed by authorized users. It allows adding, modifying, and deleting entries in the FAQ database.

## Key Features
- **Commands**: ?faq-help, ?keyword, ?faq nick keyword, ?addword keyworddefinition, ?delword keyword, ?modify keyworddefinition, ?open-faq, ?close-faq
- **Database Management**: Opens and closes the FAQ database for editing.
- **Search Functionality**: Searches the database for keywords and provides multi-line responses.

## File Analysis
- **faq.tcl** — Contains the main logic for managing the FAQ database, including commands to add, modify, delete, and search entries. It also handles opening and closing the database for editing.