From 76960b444b3562ae56f877b8f05c8abd4e0e4d1a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 16 Aug 2017 02:49:21 +0200 Subject: 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. --- src/Plugin/Base.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Plugin') 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 -- cgit v1.2.3