From 38d7e48cce3e5dd415b3cd97bb6012a078e158e1 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 8 Feb 2017 11:46:16 -0600 Subject: [PATCH] document some base features of the bot --- home.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.