# BitBot IRC Bot

**Category:** Standalone_Bot
**Original Author:** jesopo

## Description
BitBot is a modular event-driven IRC bot that can be configured to perform various tasks such as channel management, user interaction, and information retrieval.

## Key Features
- **Modular Architecture**: The bot uses a plugin system with multiple modules for different functionalities.
- **Channel Management**: Can join channels automatically based on configuration.
- **User Interaction**: Responds to commands from users in channels.
- **Event Handling**: Handles various IRC events like joins, invites, and messages.
- **Configuration Settings**: Allows setting of various bot behaviors through server settings.

## File Analysis
- **accept_invite.py** — Sets whether the bot accepts channel invites on a per-server basis.
- **acronym.py** — Provides definitions for acronyms based on an external API.
- **admin.py** — Manages bot commands and user permissions, including changing nicknames and sending raw IRC commands.
- **badwords.py** — Manages badword lists in channels to prevent certain messages from being sent.
- **birthday.py** — Handles birthday-related commands for users in a channel.
- **bitcoin.py** — Fetches current Bitcoin exchange rates.
- **bot_channel.py** — Sets the main bot channel on server connection.
- **botlist.py** — Sends a predefined message when a command is triggered.
- **channel_access.py** — Manages access levels and permissions for channels.
- **channel_blacklist.py** — Refuses to join specified channels.
- **channel_keys.py** — Manages channel keys or passwords.
- **channel_op.py** — Sets ban formats and kick reasons based on access level.
- **channel_save.py** — Joins channels automatically when the bot connects.
- **check_certificate.py** — Checks the validity of the server's SSL certificate.
- **check_mode.py** — Manages channel modes for different access levels.
- **coins.py** — Implements a betting system with various games like coin flips and lottery.
- **command_suggestions.py** — Suggests commands when an unknown command is entered.
- **config.py** — Manages configuration settings for the bot.
- **ctcp.py** — Responds to CTCP requests from users.
- **database_backup.py** — Backups the database at regular intervals.
- **deferred_read.py** — Delays parsing of some lines until after 001 is received.
- **define.py** — Fetches definitions for words using a word API.
- **dice.py** — Allows rolling dice with specified sides and number of rolls.
- **duckduckgo.py** — Retrieves the first result from DuckDuckGo search.
- **ducks.py** — Spawns ducks in channels based on user messages.
- **echo.py** — Echoes, actions, and private messages.
- **eightball.py** — Provides random responses to yes/no questions.
- **eval_lua.py** — Evaluates Lua code sent by users.
- **eval_python.py** — Evaluates Python code sent by users.
- **factoids.py** — Manages factoid commands for storing and retrieving information.
- **fake_echo.py** — Forwards messages as if they were from the bot itself.
- **format_activity.py** — Formats various IRC events for better readability.
- **github.py** — Retrieves information about GitHub repositories, issues, and commits.
- **google.py** — Provides Google search results based on user queries.
- **greeting.py** — Sends a greeting message to users when they join a channel.
- **hash.py** — Hashes strings using various algorithms.
- **help.py** — Manages command help and documentation.
- **highlight_spam.py** — Protects against highlight spam by kicking or banning offenders.
- **ids.py** — Provides user IDs and account information.
- **ignore.py** — Manages ignored users and commands.
- **imdb.py** — Retrieves movie and TV show information from IMDb.
- **imgur.py** — Fetches image details from Imgur.
- **in.py** — Sets reminders for future events.
- **info.py** — Provides version and other bot-related information.
- **ip_addresses.py** — Manages DNS nameservers and IP address lookups.
- **ircv3.py** — Implements IRCv3 capabilities like event playback, labeled responses, and server time.
- **ircv3_botignore.py** — Ignores messages with specific tags.
- **ircv3_chathistory.py** — Handles chat history for event playback.
- **ircv3_echo_message.py** — Echoes messages sent by users.
- **ircv3_labeled_responses.py** — Manages labeled responses in IRCv3.
- **ircv3_message_tracking.py** — Tracks message IDs and read status.
- **ircv3_metadata.py** — Sets metadata for the bot.
- **ircv3_multiline.py** — Handles multiline messages.
- **ircv3_resume.py** — Implements server resume functionality.
- **ircv3_server_time.py** — Manages server time synchronization.
- **ircv3_sts.py** — Implements Secure TLS/STS policy management.
- **isup.py** — Checks if a given URL is up or down.