diff -r f3bdfe2452f2 -r e9754d1d61a9 netserver/HWProto.hs --- a/netserver/HWProto.hs Sat Oct 18 17:03:38 2008 +0000 +++ b/netserver/HWProto.hs Sat Oct 18 21:47:28 2008 +0000 @@ -15,7 +15,7 @@ answerBadCmd = [(clientOnly, ["ERROR", "Bad command, state or incorrect parameter"])] answerNotMaster = [(clientOnly, ["ERROR", "You cannot configure room parameters"])] answerBadParam = [(clientOnly, ["ERROR", "Bad parameter"])] -answerQuit = [(clientOnly, ["off"])] +answerQuit = [(clientOnly, ["BYE"])] answerAbandoned = [(othersInRoom, ["BYE"])] answerQuitInform nick = [(othersInRoom, ["LEFT", nick])] answerNickChosen = [(clientOnly, ["ERROR", "The nick already chosen"])]