summaryrefslogtreecommitdiff
path: root/Hsbot/Message.hs
diff options
context:
space:
mode:
authorJulien Dessaux2010-05-24 22:46:20 +0200
committerJulien Dessaux2010-05-24 22:46:20 +0200
commita12e4927728c9907537b221257c5e2914f5f1c48 (patch)
tree8b8f2dcaa3e796e53767531d654c7e437437ff05 /Hsbot/Message.hs
parentCleaned the definition of irc plugins' data structure. (diff)
downloadhsbot-a12e4927728c9907537b221257c5e2914f5f1c48.tar.gz
hsbot-a12e4927728c9907537b221257c5e2914f5f1c48.tar.bz2
hsbot-a12e4927728c9907537b221257c5e2914f5f1c48.zip
Implemented ircbot update messages.
Diffstat (limited to 'Hsbot/Message.hs')
-rw-r--r--Hsbot/Message.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Hsbot/Message.hs b/Hsbot/Message.hs
index 7532211..83d4c08 100644
--- a/Hsbot/Message.hs
+++ b/Hsbot/Message.hs
@@ -1,8 +1,11 @@
module Hsbot.Message
( BotMsg (..)
, Msg (..)
+ , processInternalMessage
) where
+import Hsbot.PluginUtils
+
-- | A hsbot message
data Msg = Msg
{ msgType :: String -- the message type