rikai / Showbot

🤖 An omnipresent multi-platform bot who's goal in life is become Skynet 🤖
MIT License
40 stars 18 forks source link

Plugin hot reloading #32

Open cbojar opened 9 years ago

cbojar commented 9 years ago

It's a pain to have to shut down then restart a JBot instance just to reload the plugins. We should add a way to reload plugins while keeping JBot connected. Maybe something like: https://gist.github.com/dominikh/2179973 ?

Link was originally: https://github.com/mose/cogbot/blob/master/plugins/manager.rb

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

rikai commented 9 years ago

Just a note that the original source of that plugin is here in case there are ever any revisions upstream.

rikai commented 8 years ago

Moved this to +1, not even sure this is the proper approach to take any longer.

eriknelson commented 8 years ago

I think it still makes sense, just need to figure out the right approach.

rikai commented 8 years ago

Well, there's not really a non-messy way of doing it.

The alternative is the quassel-ruby approach i was telling you about.