ircbot-0.6.6.1: A library for writing IRC bots
Safe HaskellNone
LanguageHaskell2010

Network.IRC.Bot.Run

Description

Simple wrapper on top of simpleBot adding applicative parser and runBotWithParts shorthand.

runBotWithParts allows passing initialization function that inits all bot parts and returns them as list.

Synopsis

Documentation

runBotWithParts :: IO [BotPartT IO ()] -> IO () Source #

Run bot with user provided initialization function returning bot parts.