gameServer/Actions.hs
changeset 13506 36f3f77e9b1b
parent 13418 bb24c3414b0d
child 13657 2d38dc2d3414
equal deleted inserted replaced
13505:69f0f437c75a 13506:36f3f77e9b1b
   632 
   632 
   633     if pass then
   633     if pass then
   634         mapM_ processAction
   634         mapM_ processAction
   635             [
   635             [
   636                 CheckBanned True
   636                 CheckBanned True
   637                 , AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server http://www.hedgewars.org/", serverVersion]
   637                 , AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server https://www.hedgewars.org/", serverVersion]
   638             ]
   638             ]
   639         else
   639         else
   640         processAction $ ByeClient $ loc "Reconnected too fast"
   640         processAction $ ByeClient $ loc "Reconnected too fast"
   641 
   641 
   642 processAction (AddNick2Bans n reason expiring) = do
   642 processAction (AddNick2Bans n reason expiring) = do