diff -r e3e37c730dc0 -r f02806f66e00 netserver/HWProto.hs --- a/netserver/HWProto.hs Sat Jan 03 20:48:37 2009 +0000 +++ b/netserver/HWProto.hs Sun Jan 04 12:44:54 2009 +0000 @@ -45,7 +45,7 @@ answerConnected = answerClientOnly ["CONNECTED", "Hedgewars server http://www.hedgewars.org/"] answerNotOwner = answerClientOnly ["ERROR", "You do not own this team"] answerCannotCreateRoom = answerClientOnly ["WARNING", "Cannot create more rooms"] -answerInfo client = answerClientOnly ["INFO", nick client, proto2ver $ protocol client] +answerInfo client = answerClientOnly ["INFO", nick client, host client, proto2ver $ protocol client] answerAbandoned = answerOthersRoom ["BYE", "Room abandoned"] answerChatString nick msg = answerOthersRoom ["CHAT_STRING", nick, msg]