summaryrefslogtreecommitdiff
path: root/Hsbot.hs
diff options
context:
space:
mode:
authorJulien Dessaux2009-08-13 00:07:08 +0200
committerJulien Dessaux2009-08-13 00:07:08 +0200
commitdfd0b3dcd72a8efa84612a4ae925204f3e4526d8 (patch)
tree574665be7df16d203337ac807eddfd70a3ebcbf0 /Hsbot.hs
parentAdded server states, in order to handle rebooting more cleanly (still missing... (diff)
downloadhsbot-dfd0b3dcd72a8efa84612a4ae925204f3e4526d8.tar.gz
hsbot-dfd0b3dcd72a8efa84612a4ae925204f3e4526d8.tar.bz2
hsbot-dfd0b3dcd72a8efa84612a4ae925204f3e4526d8.zip
Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)
Diffstat (limited to '')
-rw-r--r--Hsbot.hs2
1 files changed, 2 insertions, 0 deletions
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