summaryrefslogtreecommitdiff
path: root/Hsbot/Main.hs
diff options
context:
space:
mode:
authorJulien Dessaux2010-02-04 20:36:58 +0100
committerJulien Dessaux2010-02-04 20:36:58 +0100
commit884c6c9f2e3a03d6666c8dd6c6d6b6513db88ad5 (patch)
treec5941649d7fe1ac23d5ee673c240efb8508b3db2 /Hsbot/Main.hs
parentRewrote the whole architecture. (diff)
downloadhsbot-884c6c9f2e3a03d6666c8dd6c6d6b6513db88ad5.tar.gz
hsbot-884c6c9f2e3a03d6666c8dd6c6d6b6513db88ad5.tar.bz2
hsbot-884c6c9f2e3a03d6666c8dd6c6d6b6513db88ad5.zip
Reorganized code and types, changed slightly the architecture.
Diffstat (limited to '')
-rw-r--r--Hsbot/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hsbot/Main.hs b/Hsbot/Main.hs
index 3cb0ce5..c73a2e5 100644
--- a/Hsbot/Main.hs
+++ b/Hsbot/Main.hs
@@ -9,6 +9,7 @@ import Config
import Hsbot.Core
import Hsbot.IRC
import Hsbot.Plugin
+import Hsbot.Types
-- | Bot's main entry point
imain :: IO ()