Archived
1
0
Fork 0

Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)

This commit is contained in:
Julien Dessaux 2009-08-13 00:07:08 +02:00
parent 65646eb07f
commit dfd0b3dcd7
4 changed files with 78 additions and 19 deletions

View file

@ -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