diff --git a/home.md b/home.md index 3e8b42e..a3cb7a2 100644 --- a/home.md +++ b/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.