Add loading print

This commit is contained in:
Vgr E.Barry 2015-03-21 14:35:48 -04:00
parent 0727fb317c
commit 3c5f742f74

View File

@ -124,6 +124,7 @@ if botconfig.DEBUG_MODE and var.DISABLE_DEBUG_MODE_TIME_LORD:
var.TIME_LORD_NIGHT_LIMIT = 0 # 30
var.TIME_LORD_NIGHT_WARN = 0 # 20
plog("Loading Werewolf IRC bot")
def connect_callback(cli):
SIGUSR1 = getattr(signal, "SIGUSR1", None)