# uhelp.tcl v1.1 by Gemster 2011

**Category:** Eggdrop_Script
**Original Author:** Gemster

## Description
A help script for UnrealIRCd with Anope services, providing a centralized help system for users to access various commands and services without needing to navigate through different service help channels or ask network staff.

## Key Features
- Provides a command-line interface for users to get help on various IRC services.
- Supports multiple categories of help including NickServ, ChanServ, MemoServ, and channel bans.
- Sends colored notices with numbered options for each category and corresponding commands.
- Configurable via `hcommand` and `hchannel` settings.

## File Analysis
- **uhelp.tcl** — A Tcl script that binds a public command to provide help information. It handles different categories of IRC services and sends specific commands as notices based on user input.