Notify players in PM if they part the channel during a game
This commit is contained in:
parent
fc815c1549
commit
00e976d1e0
@ -228,6 +228,7 @@
|
|||||||
"headbutts"
|
"headbutts"
|
||||||
],
|
],
|
||||||
"goat_success": "\u0002{0}\u0002's goat walks by and {1} \u0002{2}\u0002.",
|
"goat_success": "\u0002{0}\u0002's goat walks by and {1} \u0002{2}\u0002.",
|
||||||
|
"part_grace_time_notice": "It appears you have left {0}. Please rejoin within {1} seconds or you will be declared dead.",
|
||||||
"player_missing": "\u0002{0}\u0002 has gone missing.",
|
"player_missing": "\u0002{0}\u0002 has gone missing.",
|
||||||
"leave_death": "\u0002{0}\u0002 died due to falling off a cliff. The \u0002{1}\u0002 is lost to the ravine forever.",
|
"leave_death": "\u0002{0}\u0002 died due to falling off a cliff. The \u0002{1}\u0002 is lost to the ravine forever.",
|
||||||
"leave_death_no_reveal": "\u0002{0}\u0002 died due to falling off a cliff.",
|
"leave_death_no_reveal": "\u0002{0}\u0002 died due to falling off a cliff.",
|
||||||
|
@ -3715,6 +3715,7 @@ def leave(cli, what, nick, why=""):
|
|||||||
else:
|
else:
|
||||||
msg = (messages["account_death_no_reveal_2"] + "{1}").format(nick, population)
|
msg = (messages["account_death_no_reveal_2"] + "{1}").format(nick, population)
|
||||||
elif what != "kick":
|
elif what != "kick":
|
||||||
|
cli.msg(nick, messages["part_grace_time_notice"].format(botconfig.CHANNEL, var.PART_GRACE_TIME))
|
||||||
msg = messages["player_missing"].format(nick)
|
msg = messages["player_missing"].format(nick)
|
||||||
killplayer = False
|
killplayer = False
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user