jibinam / budabot2

Automatically exported from code.google.com/p/budabot2
0 stars 0 forks source link

rewrite OnlineController to take registrations from other controllers #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
instead of adding logic to OnlineController for private channel, irc channel, 
bbin channel, we should have those controllers register with the 
OnlineController, and then when someone does !online, call out to those 
controllers to generate the !online output

Original issue reported on code.google.com by bigwheel...@gmail.com on 27 Oct 2012 at 8:01

GoogleCodeExporter commented 9 years ago
this was done for BBIN_MODULE and IRC2_MODULE, but not for 
PRIVATE_CHANNEL_MODULE since PRIVATE_CHANNEL_MODULE uses the db sharing for 
multiple bots functionality built into the ONLINE_MODULE

Original comment by bigwheel...@gmail.com on 28 Oct 2012 at 5:04