From ff07633fb8f81577ffec409cbf0a3c7361990f6c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 13 Apr 2011 20:15:55 +0200 Subject: Began a big refactoring/rewriting (again) --- HsbotMaster/Hsbot/PluginUtils.hs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 HsbotMaster/Hsbot/PluginUtils.hs (limited to 'HsbotMaster/Hsbot/PluginUtils.hs') diff --git a/HsbotMaster/Hsbot/PluginUtils.hs b/HsbotMaster/Hsbot/PluginUtils.hs deleted file mode 100644 index d09b3b4..0000000 --- a/HsbotMaster/Hsbot/PluginUtils.hs +++ /dev/null @@ -1,15 +0,0 @@ -module Hsbot.PluginUtils - ( sendToPlugin - ) where - -import Control.Concurrent -import Control.Concurrent.Chan () -import Control.Monad.State - -import Hsbot.Types - --- | Sends a msg to a plugin -sendToPlugin :: BotMsg -> PluginState -> Bot () -sendToPlugin botMsg plugin = do - liftIO $ writeChan (pluginChan plugin) botMsg - -- cgit v1.2.3