Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)
This commit is contained in:
parent
65646eb07f
commit
dfd0b3dcd7
4 changed files with 78 additions and 19 deletions
2
Hsbot.hs
2
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
|
||||
|
||||
|
|
Reference in a new issue