diff -r 1a1fb597da8f -r d8e606cf8ff5 gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Fri Oct 05 04:57:03 2018 +0200 +++ b/gameServer/HWProtoInRoomState.hs Fri Oct 05 13:37:49 2018 +0200 @@ -76,9 +76,7 @@ -- Leave room normally handleCmd_inRoom ["PART"] = return [MoveToLobby ""] --- Leave room with custom quit message by player --- "part: " is a special marker string to be detected by the frontend. Not translated for obvious reasons -handleCmd_inRoom ["PART", msg] = return [MoveToLobby $ "part: " `B.append` msg] +handleCmd_inRoom ["PART", _] = return [MoveToLobby ""] handleCmd_inRoom ("CFG" : paramName : paramStrs)