# CodeNinja Help System v1.0

**Category:** Eggdrop_Bot
**Original Author:** CodeNinja68 (Unknown)

## Description
This script provides a help system for IRC users, allowing them to request information on various topics by using specific commands.

## Key Features
- Provides help files for multiple topics such as main, bmotion, flags, google, quotes, seen, tinyurl, and weather.
- Supports both public (`!help`) and private (`/msg BOT help`) commands.
- Reads help files from a specified directory and sends the content line-by-line to the user.

## File Analysis
- **commands.tcl** — Contains the main logic for handling help requests and managing topics. It defines namespaces, procedures, and binds public and message commands to handle help queries.
- **README** — Provides setup instructions and usage examples for configuring and using the script within an Eggdrop IRC bot environment.