diff --git a/messages/en.json b/messages/en.json index 936cd37..56e64c3 100644 --- a/messages/en.json +++ b/messages/en.json @@ -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:" } diff --git a/src/wolfgame.py b/src/wolfgame.py index c9ff64b..6efaa64 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -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