X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=new2%2Fplomrogue%2Fgame.py;h=bbc23937d6522f34ed595eb12689578255044c7d;hb=0f06e733808a21d58baf655d2d3443374140cfb2;hp=0c09b01d07206e2b44c5c3c2b6bb6c9e6a924041;hpb=1fcb132eabcaa1a95bf2b527dc18c92c15016d2a;p=plomrogue2-experiments diff --git a/new2/plomrogue/game.py b/new2/plomrogue/game.py index 0c09b01..bbc2393 100755 --- a/new2/plomrogue/game.py +++ b/new2/plomrogue/game.py @@ -112,6 +112,8 @@ class Game(GameBase): break if not connection_id_found: t = self.get_thing(self.sessions[connection_id], create_unfound=False) + if hasattr(t, 'nickname'): + self.io.send('CHAT ' + quote(t.nickname + ' left the map.')) self.things.remove(t) to_delete += [connection_id] for connection_id in to_delete: