From c1662ba7b982a8502dc9f32031b7cb518df7f60e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 16 May 2010 00:01:00 +0200 Subject: Rewrote nearly everything! * Rewrote the whole architecture to achieve extreme modularity * Added the ability to build a multiprotocol bot * Added cabal integration * Added configuration handling the XMonad style * Added configuration in ~/.hsbot * Refactored many many named and functions * Refactored data structures * Cleaned a big bunch of stuff --- Hsbot.hs | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 Hsbot.hs (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs deleted file mode 100644 index a504784..0000000 --- a/Hsbot.hs +++ /dev/null @@ -1,30 +0,0 @@ -module Hsbot - ( module Config - , module Hsbot.Command - , module Hsbot.Core - , module Hsbot.IRC - , module Hsbot.IRCParser - , module Hsbot.IRCPlugin - , module Hsbot.Main - , module Hsbot.Plugin - , module Hsbot.Types - , module Hsbot.Utils - , module Plugins.Core - , module Plugins.Ping - , module Plugins.Quote - ) where - -import Config -import Hsbot.Command -import Hsbot.Core -import Hsbot.IRC -import Hsbot.IRCParser -import Hsbot.IRCPlugin -import Hsbot.Main -import Hsbot.Plugin -import Hsbot.Types -import Hsbot.Utils -import Plugins.Core -import Plugins.Ping -import Plugins.Quote - -- cgit v1.2.3