this throttles multi-line messages in a way that probably doesn't affect
the normal cases much, and scales fairly well to far longer text. for
some reason long ascii art still triggers the flood detection, but with
this code at least it happens later in the process. so, success, for
now? i can fix the ascii art at some future point if i ever hit it
practically
closesbss/dr.botzo#23
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.