Continue refactoring, worked on the core loop and the plugin infrastructure.
This commit is contained in:
parent
ff07633fb8
commit
d4be110200
7 changed files with 140 additions and 38 deletions
9
Hsbot/Message.hs
Normal file
9
Hsbot/Message.hs
Normal file
|
@ -0,0 +1,9 @@
|
|||
module Hsbot.Message
|
||||
( Message (..)
|
||||
) where
|
||||
|
||||
import qualified Network.IRC as IRC
|
||||
|
||||
data Message = IncomingMsg IRC.Message
|
||||
| OutgoingMsg IRC.Message
|
||||
|
Reference in a new issue