Archived
1
0
Fork 0

Implemented update message handling in the bot's core.

This commit is contained in:
Julien Dessaux 2010-05-24 23:50:59 +02:00
commit 8b33600f38
9 changed files with 161 additions and 64 deletions
Hsbot/Irc

View file

@ -14,7 +14,7 @@ import System.IO
import Hsbot.Irc.Config
import Hsbot.Irc.Message
import Hsbot.Irc.Plugin.Utils
import Hsbot.Message
import Hsbot.Types
-- | The Ircbot monad
type IrcBot = StateT IrcBotState IO