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
|
@ -9,7 +9,7 @@ import Hsbot.Types
|
|||
|
||||
-- | Imported plugins goes there
|
||||
defaultPlugins :: [String]
|
||||
defaultPlugins = [ "Ping", "Core" ]
|
||||
defaultPlugins = []
|
||||
|
||||
-- | User server
|
||||
localhost :: IrcServer
|
||||
|
|
Reference in a new issue