summaryrefslogtreecommitdiff
path: root/Hsbot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hsbot.hs')
-rw-r--r--Hsbot.hs30
1 files changed, 0 insertions, 30 deletions
diff --git a/Hsbot.hs b/Hsbot.hs
deleted file mode 100644
index a504784..0000000
--- a/Hsbot.hs
+++ /dev/null
@@ -1,30 +0,0 @@
-module Hsbot
- ( module Config
- , module Hsbot.Command
- , module Hsbot.Core
- , module Hsbot.IRC
- , module Hsbot.IRCParser
- , module Hsbot.IRCPlugin
- , module Hsbot.Main
- , module Hsbot.Plugin
- , module Hsbot.Types
- , module Hsbot.Utils
- , module Plugins.Core
- , module Plugins.Ping
- , module Plugins.Quote
- ) where
-
-import Config
-import Hsbot.Command
-import Hsbot.Core
-import Hsbot.IRC
-import Hsbot.IRCParser
-import Hsbot.IRCPlugin
-import Hsbot.Main
-import Hsbot.Plugin
-import Hsbot.Types
-import Hsbot.Utils
-import Plugins.Core
-import Plugins.Ping
-import Plugins.Quote
-