helperbot
helperbot copied to clipboard
"stop" should stop everything
instead of having follow.stop mine.stop strip.stop etc. every plugin should listen to stop and respond appropriately.
I'm thinking that the new task manager (when I write it) should partially take care of this, by having multiple callback functions for stopping/getting interrupted/resuming/starting a task.
The 'stop' command would automatically invoke the stop function for running task(s), and 'stop
This shouldn't be difficult to take care of in the meantime, though.