Archived
1
0
Fork 0

Added plugin loading, and the most basic hook capability.

This commit is contained in:
Julien Dessaux 2011-05-01 03:11:32 +02:00
parent 7e89b50bfe
commit c497b24700
6 changed files with 68 additions and 35 deletions

View file

@ -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