reply() used to require an event, but all it used it for was to
determine the destination and to identify recursion. basically, strictly
only -replies-. we can make this a more robust privmsg, too, by adding
explicit_target and inferring recursion as False. this will let
basically any code currently using privmsg to use reply instead, and
benefit from multi-line and line splitting
bss/dr.botzo#21
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.