# Holm-Greet Script

**Category:** Eggdrop_Script
**Original Author:** Stian Holm aka tw|ster

## Description
This script is designed to greet users joining specific IRC channels by sending either a private message or a notice, depending on the configuration.

## Key Features
- Greeting messages can be configured to appear as either a private message (`privmsg`) or a notice.
- The script only works in specified channels defined by the user.
- Flood protection is implemented with a delay of 3 minutes and 50 seconds between greetings.

## File Analysis
- **holm-greet.tcl** — Contains the main logic for greeting users upon joining specific IRC channels. It defines settings such as flood control, channel selection, and message delivery method.
- **twister.nfo** — A metadata file containing information about the author and version of the script but does not affect its functionality.