Removed all the dynamic module loading stuff.
This commit is contained in:
parent
4c76d3d40b
commit
455b18bc10
7 changed files with 31 additions and 58 deletions
6
Hsbot.hs
6
Hsbot.hs
|
@ -9,6 +9,9 @@ module Hsbot
|
|||
, module Hsbot.Plugin
|
||||
, module Hsbot.Types
|
||||
, module Hsbot.Utils
|
||||
, module Plugins.Core
|
||||
, module Plugins.Ping
|
||||
, module Plugins.Quote
|
||||
) where
|
||||
|
||||
import Config
|
||||
|
@ -21,4 +24,7 @@ import Hsbot.Main
|
|||
import Hsbot.Plugin
|
||||
import Hsbot.Types
|
||||
import Hsbot.Utils
|
||||
import Plugins.Core
|
||||
import Plugins.Ping
|
||||
import Plugins.Quote
|
||||
|
||||
|
|
Reference in a new issue