# inttisanasto.rar

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

## Description
This is an mIRC client script that appears to be a utility or addon designed for automating certain IRC interactions, possibly including command triggers and some level of automation.

## Key Features
- Implements command triggers using `alias` definitions.
- Contains event handling logic with `on` commands.
- Includes text manipulation and sending functionality through `putserv` calls.

## File Analysis
- **inttisanasto.mrc** — The main script file containing the majority of the functionality, including alias definitions and on-event handlers.
- **inttisanasto.ini** — Configuration file for the addon, likely defining settings or parameters used within the script.
- **inttisanasto.alias** — Contains additional aliases that are not part of the main .mrc but may be referenced within it.