diff options
author | Teddy Wing | 2017-08-16 21:03:15 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-16 21:03:15 +0200 |
commit | 5a10fc62bfd3c2771ce6f316042479824ef98d17 (patch) | |
tree | d0fd97608269e47709043d0935076c7e2a4a9d5d | |
parent | 20b0d046c2a19ec567a1d61af07bfaec143d8b70 (diff) | |
download | sorbot-5a10fc62bfd3c2771ce6f316042479824ef98d17.tar.bz2 |
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.
-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 () |