# Limnoria Bot

**Category:** Standalone_Bot
**Original Author:** Jeremiah Fincher

## Description
This software is a standalone IRC bot designed to automate various tasks on IRC networks. It includes features for managing channels, users, and performing actions like joining, parting, kicking, and op'ing users.

## Key Features
- **Channel Management**: Joins, parts, kicks, and ops users in channels.
- **User-Level Automation**: Manages user permissions and roles within the bot's scope.
- **Event Handling**: Responds to IRC events such as JOIN, PART, KICK, and NICK changes.
- **Command Triggers**: Handles commands triggered by `!` or `/`.

## File Analysis
- **__init__.py** — Initial module setup.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Contains various plugin functions and logic.
- **test.py** — Test cases for the bot's functionality.
- **setup.py** — Setup script for packaging and distribution.
- **fr.py** — French localization file.