# Capslock.tcl

**Category:** Eggdrop_Script
**Original Author:** KuNgFo0 (via #egghelp@efnet)

## Description
This script is designed to kick users from IRC channels if they send messages in all-caps, based on configurable parameters.

## Key Features
- Kicks users who send messages entirely in uppercase letters.
- Configurable message to be sent during the kick.
- Adjustable minimum length of text before checking for all-caps.
- Runs only in specified channels or globally.

## File Analysis
- **capslock.tcl** — Contains the script logic and configuration settings. It defines procedures to check if a message is entirely in uppercase, binds these checks to public messages and CTCP actions, and handles kicking users accordingly.