From 5a10fc62bfd3c2771ce6f316042479824ef98d17 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 16 Aug 2017 21:03:15 +0200 Subject: IRC.hs: Remove old commented code This was there as a test but didn't work. It's no longer needed, so we can remove it. --- src/IRC.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/IRC.hs b/src/IRC.hs index de50bbb..c669f99 100644 --- a/src/IRC.hs +++ b/src/IRC.hs @@ -48,10 +48,6 @@ handlePrivmsg = IRC.EventHandler , channel = T.unpack chan , nick = T.unpack nick } - -- case privmsgFromPlugin message of - -- () -> return () - -- msg -> IRC.send msg - -- response <- privmsgFromPlugin message response <- liftIO $ privmsgFromPlugin message case response of Nothing -> return () -- cgit v1.2.3