the player may have not yet said anything

This commit is contained in:
Eitan Adler 2013-06-01 16:18:08 +02:00
parent a863de016b
commit 42dae3c818

View File

@ -1218,7 +1218,10 @@ def leave(cli, what, nick, why=""):
"(s)he was a \02{1}\02.").format(nick, var.get_role(nick))
elif what != "kick":
msg = "\u0002{0}\u0002 has gone missing.".format(nick)
del var.LAST_SAID_TIME[nick]
try:
del var.LAST_SAID_TIME[nick]
except KeyError:
pass
killhim = False
else:
msg = ("\02{0}\02 died due to falling off a cliff. Appears "+