LunaTTvBot / LunaBot

0 stars 1 forks source link

Plugins Handling #54

Closed iPaat closed 8 years ago

iPaat commented 8 years ago

After ( #48 ) we need a proper handling for our Plugins. We need a PluginManager which will initialize our Plugins and provide information about which plugin is loaded and available. I started this with:

https://github.com/SuNflOw1991/iBot/blob/66bbb668d8978ba59e1cd8beaed7beb0aada48b5/iBot/Misc/PluginManager.cs

CapCalamity commented 8 years ago

Looks good :+1: Even though using Reflection is generally a bad idea, i think we don't have a good alternative...