zostay / Bot-Backbone

A generic bot-writing framework
8 stars 1 forks source link

Allow bots to be subclassed #3

Open zostay opened 8 years ago

zostay commented 8 years ago

Bot subclassing does not work. This would be simple to enable though. When setting up a bot during run(), we need to make sure we traverse the entire inheritance tree for services to setup and use in the current instance.