diff -r 430064bafa18 -r 38a074db049c netserver/HWProto.hs --- a/netserver/HWProto.hs Mon Jan 19 18:15:31 2009 +0000 +++ b/netserver/HWProto.hs Mon Jan 19 18:39:48 2009 +0000 @@ -115,7 +115,7 @@ else "

Private server

" - updateInfo = if protocol client < 21 then "

Hedgewars 0.9.8 is out!!! Please, update. Support for 0.9.7 will be dropped in a month.

Download page here


" else "" + updateInfo = if protocol client < 23 then "

Hedgewars 0.9.9 is out!!! Please, update. Support for previous versions will be dropped soon

Download page here

New features are:

" else "" clientsIn = if protocol client < 20 then "

" ++ (show $ length nicks) ++ " clients in: " ++ clientslist ++ "

" else [] clientslist = if not $ null nicks then foldr1 (\a b -> a ++ ", " ++ b) nicks else "" lastHour serverInfo =