diff options
Diffstat (limited to 'Hsbot.hs')
-rw-r--r-- | Hsbot.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ module Hsbot , module Hsbot.IRC , module Hsbot.IRCParser , module Hsbot.Main + , module Hsbot.Plugin ) where import Config @@ -11,4 +12,5 @@ import Hsbot.Core import Hsbot.IRC import Hsbot.IRCParser import Hsbot.Main +import Hsbot.Plugin |