this is necessary for supporting multiple irc servers in one bot config.
this also has the side effect of requiring some code in ircbot and
markov which autocreates channels to also include the server (retrieved
via the connection). this will again help keep channels coherent for
multi-server arrangements
the twitter bot change here is untested but seems like the right idea (I
haven't used the twitter package in forever)
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.