summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2010-05-18 00:46:36 +0200
committerJulien Dessaux2010-05-18 00:46:36 +0200
commit5b8cffbf6809b378aab9c6e1f7601112d810b709 (patch)
treef48748168b7a56f4235c50f8f8bfa928d61ccdea /hsbot.cabal
parentRemoved thread ids from plugins data structure. (diff)
downloadhsbot-5b8cffbf6809b378aab9c6e1f7601112d810b709.tar.gz
hsbot-5b8cffbf6809b378aab9c6e1f7601112d810b709.tar.bz2
hsbot-5b8cffbf6809b378aab9c6e1f7601112d810b709.zip
Cleaned the definition of irc plugins' data structure.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index ca1cd98..0f3b88f 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -45,11 +45,11 @@ Library
Hsbot.Irc.Core
Hsbot.Irc.Message
Hsbot.Irc.Plugin
- Hsbot.Irc.PluginCommons
Hsbot.Irc.Plugin.Core
Hsbot.Irc.Plugin.Dummy
Hsbot.Irc.Plugin.Ping
Hsbot.Irc.Plugin.Quote
+ Hsbot.Irc.Plugin.Utils
Hsbot.Irc.Server
Hsbot.Irc.Types
Hsbot.Message