diff options
author | Julien Dessaux | 2010-04-21 21:01:07 +0200 |
---|---|---|
committer | Julien Dessaux | 2010-04-21 22:37:06 +0200 |
commit | 455b18bc1044d8f4cfb0d99c19f9f38955d00d00 (patch) | |
tree | 72e82c5c0088b9b408bf6401d13402a96daeac99 /Hsbot.hs | |
parent | Fixed several stuff. (diff) | |
download | hsbot-455b18bc1044d8f4cfb0d99c19f9f38955d00d00.tar.gz hsbot-455b18bc1044d8f4cfb0d99c19f9f38955d00d00.tar.bz2 hsbot-455b18bc1044d8f4cfb0d99c19f9f38955d00d00.zip |
Removed all the dynamic module loading stuff.
Diffstat (limited to 'Hsbot.hs')
-rw-r--r-- | Hsbot.hs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |