Archived
1
0
Fork 0

Rewrote the whole architecture.

This commit is contained in:
Julien Dessaux 2010-02-04 20:27:22 +01:00
parent d4103e3e18
commit 57f559f3a1
8 changed files with 230 additions and 210 deletions

View file

@ -4,6 +4,7 @@ module Hsbot
, module Hsbot.IRC
, module Hsbot.IRCParser
, module Hsbot.Main
, module Hsbot.Plugin
) where
import Config
@ -11,4 +12,5 @@ import Hsbot.Core
import Hsbot.IRC
import Hsbot.IRCParser
import Hsbot.Main
import Hsbot.Plugin