netserver/HWProto.hs
changeset 1381 e9754d1d61a9
parent 1377 a9e768739345
child 1383 d20e6e8928e3
--- 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"])]