aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2017-08-16 21:03:15 +0200
committerTeddy Wing2017-08-16 21:03:15 +0200
commit5a10fc62bfd3c2771ce6f316042479824ef98d17 (patch)
treed0fd97608269e47709043d0935076c7e2a4a9d5d /src
parent20b0d046c2a19ec567a1d61af07bfaec143d8b70 (diff)
downloadsorbot-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.
Diffstat (limited to 'src')
-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 ()