Added plugin loading, and the most basic hook capability.
This commit is contained in:
parent
7e89b50bfe
commit
c497b24700
6 changed files with 68 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: hsbot
|
||||
Version: 0.4.1
|
||||
Version: 0.4.4
|
||||
Cabal-version: >=1.2
|
||||
Synopsis: A multipurposes IRC bot
|
||||
Description:
|
||||
|
@ -19,11 +19,10 @@ Build-type: Simple
|
|||
Library
|
||||
ghc-options: -Wall
|
||||
exposed-modules: Hsbot
|
||||
--Hsbot.Command
|
||||
Hsbot.Config
|
||||
Hsbot.Core
|
||||
Hsbot.Message
|
||||
--Hsbot.Plugin
|
||||
Hsbot.Plugin
|
||||
Hsbot.Plugin.Ping
|
||||
Hsbot.Types
|
||||
Hsbot.Utils
|
||||
|
|
Reference in a new issue