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