An IRC bot written in Python.
irc
Go to file
Jake Bauer dba1c69c3b Use OpenBSD's ISC License 2023-04-26 17:55:39 -04:00
LICENSE Use OpenBSD's ISC License 2023-04-26 17:55:39 -04:00
README.md Add running instructions to README 2021-10-16 04:14:32 -04:00
bot.py Fix admin checking for quit and repeat commands 2021-10-18 03:45:48 -04:00
config.default.json Overhaul IRC bot implementation 2021-10-16 04:10:12 -04:00
run.py Code cleanup and refactoring 2021-10-18 03:42:25 -04:00

README.md

Python IRC Bot

An IRC bot, written in Python.

Set this bot up on your server and run +help to get a list of recognized commands.

To set this bot up for your server, you should first copy config.default.json to config.json and edit the variables to match your desired values.

Run the bot by executing run.py.

This bot uses TLS-protected connections only.