Added command registering and dispatching for plugins.
This commit is contained in:
parent
d2f40f6481
commit
cf68de02be
6 changed files with 79 additions and 16 deletions
2
Hsbot.hs
2
Hsbot.hs
|
@ -1,5 +1,6 @@
|
|||
module Hsbot
|
||||
( module Config
|
||||
, module Hsbot.Command
|
||||
, module Hsbot.Core
|
||||
, module Hsbot.IRC
|
||||
, module Hsbot.IRCParser
|
||||
|
@ -10,6 +11,7 @@ module Hsbot
|
|||
) where
|
||||
|
||||
import Config
|
||||
import Hsbot.Command
|
||||
import Hsbot.Core
|
||||
import Hsbot.IRC
|
||||
import Hsbot.IRCParser
|
||||
|
|
Reference in a new issue