diff options
-rw-r--r-- | src/IRC.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 () |