edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Shutdown all running hooks when a plugin is unloaded #208

Closed linuxdaemon closed 6 years ago

linuxdaemon commented 6 years ago

I had implemented this for periodic hooks a while ago and decided to generalize it to all launched hooks. This will cancel any hook still running when a plugin is unloaded (eg a sleeping/waiting coroutine).