diff -r b6ab9fea22fe -r d20e6e8928e3 netserver/HWProto.hs --- a/netserver/HWProto.hs Mon Oct 20 12:58:16 2008 +0000 +++ b/netserver/HWProto.hs Mon Oct 20 15:59:05 2008 +0000 @@ -11,7 +11,7 @@ where hhsInfo = concatMap (\(HedgehogInfo name hat) -> [name, hat]) $ hedgehogs team -answerServerMessage = [(clientOnly, ["SERVER_MESSAGE", "

http://www.hedgewars.org/

"])] +answerServerMessage = [(clientOnly, ["SERVER_MESSAGE", ""])] answerBadCmd = [(clientOnly, ["ERROR", "Bad command, state or incorrect parameter"])] answerNotMaster = [(clientOnly, ["ERROR", "You cannot configure room parameters"])] answerBadParam = [(clientOnly, ["ERROR", "Bad parameter"])]