Reorganized code and types, changed slightly the architecture.
This commit is contained in:
parent
57f559f3a1
commit
884c6c9f2e
10 changed files with 272 additions and 164 deletions
4
Hsbot.hs
4
Hsbot.hs
|
@ -5,6 +5,8 @@ module Hsbot
|
|||
, module Hsbot.IRCParser
|
||||
, module Hsbot.Main
|
||||
, module Hsbot.Plugin
|
||||
, module Hsbot.Types
|
||||
, module Hsbot.Utils
|
||||
) where
|
||||
|
||||
import Config
|
||||
|
@ -13,4 +15,6 @@ import Hsbot.IRC
|
|||
import Hsbot.IRCParser
|
||||
import Hsbot.Main
|
||||
import Hsbot.Plugin
|
||||
import Hsbot.Types
|
||||
import Hsbot.Utils
|
||||
|
||||
|
|
Reference in a new issue