Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sopel.run: document why Pachuco's cleanup was left out
A few commits back, the commit adding the "restart" command originally tried to do some cleanup, too. It was left out of the final version of PR sopel-irc#1333 due to breaking the use of ^C to quit Sopel interactively. These TODO comments will serve as a reminder to eventually figure out why the hell shit broke from something that should be simple, like replacing os._exit() calls (not a great habit) with return values. Something that shouldn't cause any change in function, but somehow did.
- Loading branch information