diff -r b0d8a595875b -r 4c7e282b5732 gameServer/Actions.hs --- a/gameServer/Actions.hs Mon Oct 08 21:56:24 2012 -0400 +++ b/gameServer/Actions.hs Tue Oct 09 21:08:37 2012 +0400 @@ -151,7 +151,7 @@ mapM processAction [ AnswerClients [chan] ["BYE", msg] - , ModifyClient (\c -> c{logonPassed = False}) -- this will effectively hide client from others while he isn't deleted from list + , ModifyClient (\c -> c{nick = "", logonPassed = False}) -- this will effectively hide client from others while he isn't deleted from list ] s <- get