# StormBot.TCL

**Category:** Eggdrop_Bot  
**Original Author:** David P. Hansen, Mai Mizuno

## Description
StormBot.TCL is an add-on script for EGGDROP IRC robots. It provides automation features such as command triggers, user-level access control, and text/JOIN/KICK/OP management.

## Key Features
- Command triggers (e.g., `SAY`, `ADDUSER`)
- User-level access control
- Text/JOIN/KICK/OP automation
- Anti-REHASH functionality

## File Analysis
- **sb6.tcl** — Contains the core logic for StormBot.TCL, including command bindings and user-level access control.
- **sb6_gpl_v3_license.txt** — The GNU General Public License version 3.
- **sb6_owner.txt** — Instructions on how to set up the bot's owner.
- **sb6_readme.txt** — Installation instructions for StormBot.TCL.
- **sb6_tutorial.txt** — A tutorial on writing beads (custom commands) for StormBot.TCL.
- **sb6_updated.txt** — Information about the version and update date of StormBot.TCL.