From 50b21c21ee92a5dbc220022772c74b288e327e5d Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 21 Apr 2010 22:58:34 +0200 Subject: Make the main thread exit cleanly in case of connection loss. --- Hsbot/Main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Hsbot/Main.hs') diff --git a/Hsbot/Main.hs b/Hsbot/Main.hs index 82b643f..767722b 100644 --- a/Hsbot/Main.hs +++ b/Hsbot/Main.hs @@ -28,6 +28,7 @@ imain = do run :: IrcBot () run = do initServer + liftIO $ putStrLn "Starting plugins..." loadPlugin "Ping" mainPing loadPlugin "Core" mainCore loadPlugin "Quote" mainQuote -- cgit v1.2.3