summaryrefslogtreecommitdiff
path: root/Hsbot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hsbot.hs')
-rw-r--r--Hsbot.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hsbot.hs b/Hsbot.hs
index 5b423ec..f37527b 100644
--- a/Hsbot.hs
+++ b/Hsbot.hs
@@ -2,11 +2,13 @@ module Hsbot
( module Config
, module Hsbot.Core
, module Hsbot.IRC
+ , module Hsbot.IRCParser
, module Hsbot.Main
) where
import Config
import Hsbot.Core
import Hsbot.IRC
+import Hsbot.IRCParser
import Hsbot.Main