document some base features of the bot

Brian S. Stephan 2017-02-08 11:46:16 -06:00
parent bc36dfcc60
commit 38d7e48cce
1 changed files with 11 additions and 0 deletions

11
home.md

@ -1,5 +1,16 @@
## dr.botzo
**dr.botzo** is intended to be a fairly modular IRC bot. It benefits from Django as a backend for an ORM and some web views (which need to be cleaned up a bit, honestly).
### IRC Bot
The IRC bot enjoys the following functionality, and more:
* splitting messages with newlines into multiple messages
* splitting messages over the line length into multiple messages
* a somewhat insane recursion/subcommand parser
* aliases
### Modules
Modules can include IRC plugins, Django apps, or both.