From 7cefea4cbc17dda9cb59b8cb93c81472ce323225 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 1 Oct 2011 00:49:49 +0200 Subject: Other cosmetics + version upgrade. --- Hsbot/Plugin/Duck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hsbot/Plugin/Duck.hs') diff --git a/Hsbot/Plugin/Duck.hs b/Hsbot/Plugin/Duck.hs index 1044591..c630c6a 100644 --- a/Hsbot/Plugin/Duck.hs +++ b/Hsbot/Plugin/Duck.hs @@ -82,7 +82,7 @@ theDuck (DuckArgs channel seconds) = do ducksWaitingForDeath <- if empty then return 0 else liftIO $ modifyMVar ducksMVar (\x -> return (x - shots, x)) _ <- update' statDB . UpdateScore (getSender msg) $ computeScore ducksWaitingForDeath shots - when (and [ ducksWaitingForDeath > 0, shots >= ducksWaitingForDeath ]) $ do + when ((ducksWaitingForDeath > 0) && (shots >= ducksWaitingForDeath)) $ do _ <- liftIO $ takeMVar ducksMVar time <- liftIO $ readMVar timeMVar duckSpawner channel time ducksMVar -- cgit v1.2.3