# Limnoria IRC Bot

**Category:** Standalone_Bot
**Original Author:** Jeremiah Fincher, James McCoy

## Description
This is a standalone IRC bot written in Python that provides automated services such as channel management, user management, and event handling.

## Key Features
- Automates JOIN/LEAVE actions for users.
- Manages channel operations like OPs and KICKs.
- Handles command triggers using `!` and `/`.
- Implements an access/user-level system with permissions.

## File Analysis
- **setup.py** — Initializes the bot's setup process.
- **__init__.py** — Contains initialization logic for various modules.
- **fr.py** — French localization file.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Implements core functionalities and plugins.
- **test.py** — Test scripts for the bot.