archangelic / pinhook

the pluggable python framework for IRC bots and Twitch bots
https://archangelic.github.io/pinhook/
MIT License
31 stars 4 forks source link

Move plugin loading #70

Closed archangelic closed 5 years ago

archangelic commented 5 years ago

Plugin loading should be the domain of pinhook.plugin. This should be a function to call in that module, further removing the need to have the plugins and bot be linked too heavily.

Should also come with implementing #6