Merge branch 'develop' into contrib/evadventure

This commit is contained in:
Griatch 2022-08-03 23:06:53 +02:00
commit e1439104e0
14 changed files with 2134 additions and 31 deletions

View file

@ -7,6 +7,7 @@ allows for customizing the server operation as desired.
This module must contain at least these global functions:
at_server_init()
at_server_start()
at_server_stop()
at_server_reload_start()
@ -16,6 +17,11 @@ at_server_cold_stop()
"""
def at_server_init():
"""
This is called first as the server is starting up, regardless of how.
"""
pass
def at_server_start():
"""