# HG changeset patch # User unc0rr # Date 1232390388 0 # Node ID 38a074db049c797e62032b4ea16e8446e5cb0fe2 # Parent 430064bafa18db0681bf735331249df93eadaffe Message for 098 users about 099 release 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 =