broken tick
I'm releasing another Bot::BasicBot at the moment, to change the semantics of the tick() method. Instead of getting called every 5 seconds, you now need to return a value from the tick() method, and you will be called again in that many seconds. this is waaay more useful than before, but of course it'll break anything that uses it. Oops. But 0.2 has only been out a short time, so I should get away with it.
More of a problem is what to do with Bot::BasicBot::Pluggable, because I now can't just pass the tick method straight through. I have a new version in CVS that I'm very happy with, needs more tests, though, but the feature still stopping release is per-module tick events. I want every module to be able to have independant tick events, instead of sharing one global tick, but haven't come up with an elegant way of doing it yet..