Add missing warning messages

This commit is contained in:
skizzerz 2016-06-21 22:02:09 -05:00
parent 79614a0719
commit 7980b13ba4
2 changed files with 8 additions and 4 deletions

View File

@ -860,6 +860,10 @@
"no_access_host": "Host {0} does not have any access.",
"access_host": "Host {0} has access +{1}.",
"never_aliases": ["never", "infinite", "infinity", "permanent", "p"],
"leave_warning": "Leaving during game. If you think you may have to leave shortly after a game would start, !leave during the join phase instead.",
"idle_warning": "Idling out during game. If you !join please pay attention to the channel and ensure that your client notifies you when highlighted.",
"part_warning": "Parting during game. You only have a short time to re-join the channel after parting to stay alive.",
"acc_warning": "Changing accounts during game. Please do not change accounts while playing.",
"_": " vim: set sw=4 expandtab:"
}

View File

@ -118,10 +118,10 @@ if botconfig.DEBUG_MODE and var.DISABLE_DEBUG_MODE_REAPER:
var.JOIN_TIME_LIMIT = 0 # 3600
if botconfig.DEBUG_MODE and var.DISABLE_DEBUG_MODE_STASIS:
var.LEAVE_STASIS_PENALTY = 0
var.IDLE_STASIS_PENALTY = 0
var.PART_STASIS_PENALTY = 0
var.ACC_STASIS_PENALTY = 0
var.LEAVE_PENALTY = 0
var.IDLE_PENALTY = 0
var.PART_PENALTY = 0
var.ACC_PENALTY = 0
if botconfig.DEBUG_MODE and var.DISABLE_DEBUG_MODE_TIME_LORD:
var.TIME_LORD_DAY_LIMIT = 0 # 60