boots/README.md
Elijah Lazkani 7f259bac35 Second commit:
* Adding an 8ball game
* Adding an admin manager
* Creating the bot shell
2017-09-06 20:39:32 -04:00

723 B

boots

Description

This project is an attempt to write a fully featured IRC bot. I am learning to write code in python and get better at it. If you are reading this then you are welcome to contribute code, reviews are a part of learning programming =)

Requirements

This code only requires one dependency; bottom.

8ball

The Eightball class gives the bot the ability to support the iconic 8Ball game. It will only answer to the keyword provided to the Eightball object.

Admin

The Admin module provides the ability to add bot administrators who can request some destructive actions that might put the bot itself being abused like join, part and quit.