diff -r e9754d1d61a9 -r b6ab9fea22fe netserver/hedgewars-server.hs --- a/netserver/hedgewars-server.hs Sat Oct 18 21:47:28 2008 +0000 +++ b/netserver/hedgewars-server.hs Mon Oct 20 12:58:16 2008 +0000 @@ -47,7 +47,7 @@ unless (null recipients) $ putStrLn ("< " ++ (show answer)) clHandles' <- forM recipients $ - \ch -> Control.Exception.handle (\e -> putStrLn (show e) >> hClose ch >> return [ch]) $ + \ch -> Control.Exception.handle (\e -> putStrLn (show e) >> hClose ch >> return []) $ -- cannot just remove do forM_ answer (\str -> hPutStrLn ch str) hPutStrLn ch ""