Added first version of TickerHandler, for managing subscription style tickers in a centralized way.

This commit is contained in:
Griatch 2014-02-11 20:25:11 +01:00
parent 1b0d229eeb
commit 205960948d
2 changed files with 242 additions and 0 deletions

View file

@ -237,6 +237,9 @@ class Evennia(object):
from src.server.oobhandler import OOB_HANDLER
OOB_HANDLER.restore()
from src.scripts.tickerhandler import TICKER_HANDLER
TICKER_HANDLER.restore()
if SERVER_STARTSTOP_MODULE:
# call correct server hook based on start file value
if mode in ('True', 'reload'):