This is a simple bot for IRC that lets users set information about them selves which other users can query.
This bot requires python3 and redis for data storage. Install with
pip install -r requirements.txt
.
This bot uses pyrcb which is included with the license in this repo.