# IRC Helper Script

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script provides a set of commands and functionalities to assist with common IRC tasks such as channel management, user operations, and utility functions.

## Key Features
- Provides `!join` command for joining channels.
- Implements `!part` command for parting from channels.
- Offers `!kick` command for kicking users from channels.
- Includes `!op` command to give operator privileges to users.
- Contains a `on join` event handler for channel joins.

## File Analysis
- **ircd.tcl** — Main script file containing the commands and events.
- **aliases.ini** — Defines additional aliases, possibly related to IRC operations.
- **script.ini** — Configures script settings and options.
- **remote.ini** — Contains remote configuration details, likely for external control.