--- a/gameServer/HWProtoNEState.hs Thu Feb 04 18:46:49 2010 +0000
+++ b/gameServer/HWProtoNEState.hs Thu Feb 04 20:45:03 2010 +0000
@@ -13,7 +13,7 @@
handleCmd_NotEntered clID clients _ ["NICK", newNick]
| not . null $ nick client = [ProtocolError "Nickname already chosen"]
- | haveSameNick = [AnswerThisClient ["WARNING", "Nickname collision"], ByeClient ""]
+ | haveSameNick = [AnswerThisClient ["WARNING", "Nickname already in use"], ByeClient ""]
| illegalName newNick = [ByeClient "Illegal nickname"]
| otherwise =
ModifyClient (\c -> c{nick = newNick}) :