Increase grace time for /part in-game to 30 seconds

This commit is contained in:
nyuszika7h 2014-02-25 14:04:25 +01:00
parent b5eea0a8a1
commit 358788e893

View File

@ -24,7 +24,7 @@ SHORT_DAY_LIMIT_WARN = 400
SHORT_DAY_LIMIT_CHANGE = 120
KILL_IDLE_TIME = 300
WARN_IDLE_TIME = 180
PART_GRACE_TIME = 12
PART_GRACE_TIME = 30
QUIT_GRACE_TIME = 30
# controls how many people it does in one /msg; only works for messages that are the same
MAX_PRIVMSG_TARGETS = 4