aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/IRC.hs4
1 files changed, 0 insertions, 4 deletions
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 ()