wolftune / desbot

Small Haskell-evaluation IRC bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

desbot

This is an IRC bot for the #snowdrift channel on FreeNode.

For detailed usage information, please see the manual.

Coding guidelines

I roughly follow Chris Done's style guide for Haskell code.

I strongly suggest you use Stack for development. You can use the old cabal sandbox way, but Stack is much nicer. desbot only compiles with GHC 7.10, so you have to use Stack (or maybe Halcyon) if you have an older version.

To use stack:

stack setup
stack build
stack exec -- desbot --help

Contact

  • Email: peter@harpending.org
  • IRC: pharpend on FreeNode

About

Small Haskell-evaluation IRC bot

License:GNU Affero General Public License v3.0


Languages

Language:Haskell 100.0%