# StormBot.TCL

**Category:** Eggdrop_Bot  
**Original Author:** Mai 'Domino' Mizuno (domino@stormbot.org)

## Description
StormBot.TCL version 6 is an unattended IRC bot designed to automate various tasks and manage users within an IRC channel. It provides command triggers, access/user-level systems, text/JOIN/KICK/OP automation, and file serving functionalities.

## Key Features
- Command triggers for various actions.
- Access/user-level system to manage permissions.
- Heavy automation of JOIN, KICK, and OP events.
- File serving (fserve) and XDCC capabilities.
- Configuration file (`sb6.tcl`) for bot settings.
- Optional configuration file (`sb6_defs.tcl`) for persistent settings across upgrades.

## File Analysis
- **sb6_readme.txt** — README file containing installation instructions and license information.
- **sb6.tcl** — Main script file that handles the bot's core functionality, including command triggers and automation.
- **full_sb6.tcl** — Alternative all-in-one script file for users who prefer a single file solution.
- **sb6_defs_rename_me.tcl** — Template file to be renamed to `sb6_defs.tcl` for persistent settings.