Archived
1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
hsbot/Hsbot.hs
2010-02-04 20:27:22 +01:00

16 lines
283 B
Haskell

module Hsbot
( module Config
, module Hsbot.Core
, module Hsbot.IRC
, module Hsbot.IRCParser
, module Hsbot.Main
, module Hsbot.Plugin
) where
import Config
import Hsbot.Core
import Hsbot.IRC
import Hsbot.IRCParser
import Hsbot.Main
import Hsbot.Plugin