# Limnoria v0.83.0rc1

**Category:** Standalone_Bot
**Original Author:** Jeremiah Fincher (2002-2005), Daniel DiPaolo (2005)

## Description
Limnoria is a standalone IRC bot written in Python, designed to automate various tasks on IRC networks.

## Key Features
- **ircd=386**: Supports the IRC protocol version 3.86.
- **services=145**: Integrates with IRC services like NickServ and ChanServ.
- **bx_theme=44**: Uses BitchX theme files, indicating support for BitchX themes.
- **sound=17**: Includes sound functionality, possibly for notifications or other purposes.

## File Analysis
- **__init__.py** — Initializes the bot with necessary configurations and settings.
- **config.py** — Contains configuration parameters for the bot.
- **plugin.py** — Implements various plugins and commands that can be loaded dynamically.
- **test.py** — Likely contains test cases or examples of how to use the bot's functionality.
- **dictclient.py** — Provides a client for the DICT protocol, which is used for dictionary lookups.