MP2E / divebot

divebot: a simple IRC bot written in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

divebot: a simple Haskell IRC Bot

Based off of Roll your own IRC bot, this is a fun toy project to get comfortable with many aspects of using Haskell for real world application development

Current features

  • Markov bot

Planned features

  • rewrite around pipes library

  • allow multiple servers/channels

  • make joining more robust (OFTC does not work)

  • permissions system per channel for commands

  • fix potential infinite loop in sentence gen

  • set of useful commands for channel/bot management

  • watch git repos and report on commits

  • idgames API and demowar command

About

divebot: a simple IRC bot written in Haskell

License:MIT License


Languages

Language:Haskell 100.0%