diff -r 69f0f437c75a -r 36f3f77e9b1b gameServer/Actions.hs --- a/gameServer/Actions.hs Wed Jul 18 00:27:23 2018 +0200 +++ b/gameServer/Actions.hs Wed Jul 18 01:35:59 2018 +0200 @@ -634,7 +634,7 @@ mapM_ processAction [ CheckBanned True - , AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server http://www.hedgewars.org/", serverVersion] + , AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server https://www.hedgewars.org/", serverVersion] ] else processAction $ ByeClient $ loc "Reconnected too fast"