Bot::Frustration

chaoticset on 2004-03-07T16:32:38

I'm writing the command parser for my infobot, badly, and a little voice says to me: "Didn't you see a thing called Bot::Framework or some such a while back on CPAN?"

Alas, I apparently did not. While it would be good practice to learn how to do this properly, it would be good practice at being smart to find the right module. I'll have to code anyway to glue all this together. Back to search.cpan.org...


B:BB

blech on 2004-03-07T22:32:22

Did you mean either Bot::BasicBot or Bot::BasicBot::Pluggable? Both might be worth a look.

Bot::BasicBot

Bot::BasicBot::Pluggable

Re:B:BB

chaoticset on 2004-04-23T23:22:34

Worth a look indeed. For some reason I seemed to remember something that was really just a bare scripting object, but this would be better, esp. in light of my abandonment of most of the IM protocols other than IRC.