hask-irc-core-0.1.0: A simple extensible IRC bot

Copyright(c) Abhinav Sarkar, 2014
LicenseApache-2.0
Maintainerabhinav@abhinavsarkar.net
Stabilityexperimental
PortabilityPOSIX
Safe HaskellTrustworthy
LanguageHaskell2010

Network.IRC.Client

Description

 

Synopsis

Documentation

runBot Source

Arguments

:: BotConfig

The bot config used to create the bot.

-> IO () 

Creates and runs an IRC bot for given the config. This IO action runs forever.