diff options
author | Julien Dessaux | 2009-08-13 00:07:08 +0200 |
---|---|---|
committer | Julien Dessaux | 2009-08-13 00:07:08 +0200 |
commit | dfd0b3dcd72a8efa84612a4ae925204f3e4526d8 (patch) | |
tree | 574665be7df16d203337ac807eddfd70a3ebcbf0 /Hsbot.hs | |
parent | Added server states, in order to handle rebooting more cleanly (still missing... (diff) | |
download | hsbot-dfd0b3dcd72a8efa84612a4ae925204f3e4526d8.tar.gz hsbot-dfd0b3dcd72a8efa84612a4ae925204f3e4526d8.tar.bz2 hsbot-dfd0b3dcd72a8efa84612a4ae925204f3e4526d8.zip |
Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)
Diffstat (limited to 'Hsbot.hs')
-rw-r--r-- | Hsbot.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |