diff options
author | Teddy Wing | 2017-08-16 02:49:21 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-16 02:49:21 +0200 |
commit | 76960b444b3562ae56f877b8f05c8abd4e0e4d1a (patch) | |
tree | 4ced5600a8b4ac3a02775c7007b1131a6e32cd45 /src/Lib.hs | |
parent | 63b5c7bcd7bd72234a3f25e7ce5cc5df23a4dc95 (diff) | |
download | sorbot-76960b444b3562ae56f877b8f05c8abd4e0e4d1a.tar.bz2 |
Remove commented code from a0d21d9aed3a38e98e622fbae5fcab3e91c5ddee
I had a bunch of code commented from earlier and from false starts when
working on integrating my plugins and the IRC message handler. Remove
these commented lines now as they are no longer relevant. The actual
code is functioning.
Diffstat (limited to 'src/Lib.hs')
-rw-r--r-- | src/Lib.hs | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |