Decouple Game and Bot
Status: Alpha
Brought to you by:
loidthanead
Provide a framework around the bot so that a game need not be tied to one specific bot. This could be done through giving the game a callback object to a bot framework (bot manager?) that allows it to connect to servers and channels, possibly under different names. Checking for messages could be done by attaching listeners to specific servers, channels and/or users.