# StormBot.TCL

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

## Description
StormBot.TCL is an add-on script for use with the EGGDROP V1.* IRC robot. It provides various features and automations to enhance the functionality of an IRC bot.

## Key Features
- **Command Triggers:** Supports commands like `SAY`, `ADDUSER`, `BAN`, `OP`.
- **Access/User-Level System:** Manages user access levels for different commands.
- **Automation:** Automates TEXT/JOIN/KICK/OP actions based on triggers.
- **Customizable Output:** Allows setting default output types (NOTICE, MSG, CHAN).
- **Anti-REHASH Feature:** Prevents the bot from being rehashed with certain flags.

## File Analysis
- **sb6.tcl** — Main script file containing command bindings and logic.
- **sb6_gpl_v3_license.txt** — Contains the GNU General Public License version 3.
- **sb6_owner.txt** — Instructions for setting up the bot as an owner.
- **sb6_readme.txt** — README file providing setup instructions.
- **sb6_tutorial.txt** — Tutorial on how to write custom beads for StormBot.TCL.
- **sb6_updated.txt** — Update log and version information.