netserver/HWProto.hs
changeset 1383 d20e6e8928e3
parent 1381 e9754d1d61a9
child 1384 329d3308e2e3
--- 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", "<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"])]
+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"])]