aboutsummaryrefslogtreecommitdiffstats
path: root/src/Plugin
diff options
context:
space:
mode:
authorTeddy Wing2017-08-16 02:49:21 +0200
committerTeddy Wing2017-08-16 02:49:21 +0200
commit76960b444b3562ae56f877b8f05c8abd4e0e4d1a (patch)
tree4ced5600a8b4ac3a02775c7007b1131a6e32cd45 /src/Plugin
parent63b5c7bcd7bd72234a3f25e7ce5cc5df23a4dc95 (diff)
downloadsorbot-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/Plugin')
-rw-r--r--src/Plugin/Base.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Plugin/Base.hs b/src/Plugin/Base.hs
index 4e63fdd..6ba4ca5 100644
--- a/src/Plugin/Base.hs
+++ b/src/Plugin/Base.hs
@@ -8,8 +8,6 @@ import Database.SQLite.Simple
import Message
--- TODO: Replace Connection with a type class
--- type PluginAction = Message -> Connection -> IO (Either String String)
type PluginAction = Message -> IO (Either String String)
data Plugin = Plugin