# CTcommands.tcl 1.5

**Category:** Eggdrop_Bot
**Original Author:** ComputerTech

## Description
CTcommands.tcl is a Tcl script for Eggdrop IRC bots. It provides various commands to manage channels, users, and the bot itself.

## Key Features
- Provides public commands like `op`, `deop`, `voice`, `devoice`, `kick`, `ban`, etc.
- Supports rehashing, restarting, and shutting down the bot.
- Manages channel modes and user privileges.
- Includes help command to list available commands.

## File Analysis
- **CTcommands.tcl** — Contains the main script with all the command bindings and procedures.
- **LICENSE** — The GNU General Public License version 3.
- **README.md** — A brief description of the script's features and credits.