Add missing warning messages
This commit is contained in:
parent
79614a0719
commit
7980b13ba4
@ -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:"
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user