From dfd0b3dcd72a8efa84612a4ae925204f3e4526d8 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 13 Aug 2009 00:07:08 +0200 Subject: Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat) --- Hsbot.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs index 5b423ec..f37527b 100644 --- a/Hsbot.hs +++ b/Hsbot.hs @@ -2,11 +2,13 @@ module Hsbot ( module Config , module Hsbot.Core , module Hsbot.IRC + , module Hsbot.IRCParser , module Hsbot.Main ) where import Config import Hsbot.Core import Hsbot.IRC +import Hsbot.IRCParser import Hsbot.Main -- cgit v1.2.3