Added at_server_start() and at_server_stop() hooks to allow users to safely initialize their custom systems whenever the server restarts.

This commit is contained in:
Griatch 2012-03-07 20:32:04 +01:00
parent 7818ca077a
commit 309c03ce43
7 changed files with 81 additions and 33 deletions

View file

@ -54,7 +54,7 @@ from src.settings_default import *
###################################################
###################################################
# Evennia in-game parsers
# Evennia pluggable modules
###################################################
###################################################