diff options
author | Julien Dessaux | 2011-04-24 23:08:06 +0200 |
---|---|---|
committer | Julien Dessaux | 2011-05-01 03:28:22 +0200 |
commit | 864a364da99a0ec05f08d7cfbad4abde416a0b06 (patch) | |
tree | 40e92cdd6913aaa0121584c3c3e7436cdf38d926 /Hsbot/Plugin | |
parent | Continue refactoring, worked on the core loop and the plugin infrastructure. (diff) | |
download | hsbot-864a364da99a0ec05f08d7cfbad4abde416a0b06.tar.gz hsbot-864a364da99a0ec05f08d7cfbad4abde416a0b06.tar.bz2 hsbot-864a364da99a0ec05f08d7cfbad4abde416a0b06.zip |
Some API refactoring.
I can't say how I hate the Types.hs thing in Haskell!
Diffstat (limited to '')
-rw-r--r-- | Hsbot/Plugin/Ping.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hsbot/Plugin/Ping.hs b/Hsbot/Plugin/Ping.hs index b020359..192bab4 100644 --- a/Hsbot/Plugin/Ping.hs +++ b/Hsbot/Plugin/Ping.hs @@ -11,7 +11,6 @@ import Prelude hiding (catch) import Hsbot.Message import Hsbot.Types -import Hsbot.Utils pingId :: PluginId pingId = PluginId |