fix word wrap, link to the wiki

This commit is contained in:
Brian S. Stephan 2017-02-06 20:53:39 -06:00
parent b450aaf5df
commit 4bf6d2ec13
1 changed files with 8 additions and 1 deletions

View File

@ -4,4 +4,11 @@
### Overview
dr.botzo is an IRC bot written in Python, using Django as a backend and the irc library to handle most of the protocol stuff. It is mostly a fun project for a couple of us to hack around on, but you may find it useful.
dr.botzo is an IRC bot written in Python, using Django as a backend and the irc
library to handle most of the protocol stuff. It is mostly a fun project for a
couple of us to hack around on, but you may find it useful.
### Documentation
Usage documentation is pretty scarce at the moment, but you can find what does
exist [on the wiki](https://git.incorporeal.org/bss/dr.botzo/wikis/home).