mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +01:00
Elucidating comment.
This commit is contained in:
parent
78b9d0b47d
commit
d6e3f13513
@ -160,6 +160,8 @@ def startDying():
|
|||||||
def finished():
|
def finished():
|
||||||
log.info('Shutdown complete.')
|
log.info('Shutdown complete.')
|
||||||
|
|
||||||
|
# These are in order; don't reorder them for cosmetic purposes. The order
|
||||||
|
# in which they're registered is the reverse order in which they will run.
|
||||||
atexit.register(finished)
|
atexit.register(finished)
|
||||||
atexit.register(upkeep)
|
atexit.register(upkeep)
|
||||||
atexit.register(makeIrcsDie)
|
atexit.register(makeIrcsDie)
|
||||||
|
Loading…
Reference in New Issue
Block a user