Implemented update message handling in the bot's core.
This commit is contained in:
parent
a12e492772
commit
8b33600f38
9 changed files with 161 additions and 64 deletions
|
@ -54,6 +54,8 @@ Library
|
|||
Hsbot.Irc.Types
|
||||
Hsbot.Message
|
||||
Hsbot.Plugin
|
||||
Hsbot.PluginUtils
|
||||
Hsbot.Types
|
||||
ghc-options: -Wall
|
||||
extensions: DeriveDataTypeable ScopedTypeVariables
|
||||
build-depends: base >= 4.1,
|
||||
|
|
Reference in a new issue