Archived
1
0
Fork 0

Added command registering and dispatching for plugins.

This commit is contained in:
Julien Dessaux 2010-02-04 20:40:16 +01:00
parent d2f40f6481
commit cf68de02be
6 changed files with 79 additions and 16 deletions

View file

@ -1,5 +1,6 @@
module Hsbot
( module Config
, module Hsbot.Command
, module Hsbot.Core
, module Hsbot.IRC
, module Hsbot.IRCParser
@ -10,6 +11,7 @@ module Hsbot
) where
import Config
import Hsbot.Command
import Hsbot.Core
import Hsbot.IRC
import Hsbot.IRCParser