aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lib.hs')
-rw-r--r--src/Lib.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
index b23bf78..5ae6f9b 100644
--- a/src/Lib.hs
+++ b/src/Lib.hs
@@ -13,15 +13,3 @@ import Plugin
someFunc :: IO ()
someFunc = do
connectIRC "irc.freenode.net" 6697 "test-bot-7890asdf"
- -- let message = Message
- -- { text = "75ac7b18a009ffe7a77a17a61d95c01395f36b44"
- -- , channel = "#a-channel"
- -- , nick = "anon"
- -- }
- -- Just plugin = matchPlugin message
- -- dbConn <- open "db/sorbot_development.sqlite3"
- -- response <- performPlugin plugin message
- -- putStrLn $ case response of
- -- Left e -> e
- -- Right r -> r
- -- close dbConn