diff options
author | Julien Dessaux | 2010-02-04 20:40:16 +0100 |
---|---|---|
committer | Julien Dessaux | 2010-02-04 20:40:16 +0100 |
commit | cf68de02be3e9695c95b0d1fafdab5ab2c0fc5f7 (patch) | |
tree | 977286771d0f9e126ae599af01a63e06b3c67d2d /Hsbot.hs | |
parent | Finished changing plugin data structure to Maps. (diff) | |
download | hsbot-cf68de02be3e9695c95b0d1fafdab5ab2c0fc5f7.tar.gz hsbot-cf68de02be3e9695c95b0d1fafdab5ab2c0fc5f7.tar.bz2 hsbot-cf68de02be3e9695c95b0d1fafdab5ab2c0fc5f7.zip |
Added command registering and dispatching for plugins.
Diffstat (limited to 'Hsbot.hs')
-rw-r--r-- | Hsbot.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |