# limnoria-29JUL2020

**Category:** mIRC_Bot
**Original Author:** Unknown

## Description
This is a Limnoria IRC bot script that automates various tasks such as channel management, user interaction, and file transfers.

## Key Features
- **JOIN/LEAVE automation**: The bot automatically joins and leaves channels based on predefined rules.
- **Text flooding**: Capable of sending large amounts of text to specific channels or users.
- **User-level access control**: Implements a system for managing different levels of user permissions.
- **Channel management**: Can kick, ban, and op users in channels.
- **File transfer automation (fserve/XDCC)**: Automates the process of serving files via fserve and XDCC.

## File Analysis
- **bot.conf** — Configuration file defining bot settings and channel parameters.
- **aliases.ini** — Contains various aliases for commands used by the bot.
- **script.ini** — Main script file containing the core logic of the bot.
- **remote.ini** — Configurations related to remote connections or services.
- **popups.ini** — Defines pop-up messages or notifications that can be triggered by events.
- **bot.log** — Log file for recording bot activities and errors.