An IRC bot for learning, fun and collaboration in the Freepost community.

fr33domlover 3ae3dbcb14 release 0.4.0.1 8 anos atrás
src 90e4367a7b update to the new feed-collect API 8 anos atrás
state-default 2916b0326d add default nicks state file 8 anos atrás
util ea6b0678b1 fix error in run.sh script! 8 anos atrás
.gitignore d01c4e62dd add gitignore 8 anos atrás
AUTHORS ff77faba78 add aux files 8 anos atrás
COPYING ff77faba78 add aux files 8 anos atrás
ChangeLog ff77faba78 add aux files 8 anos atrás
INSTALL.md 03b5b450dd move guide from wiki to INSTALL.md 8 anos atrás
NEWS.md 3ae3dbcb14 release 0.4.0.1 8 anos atrás
README.md 03b5b450dd move guide from wiki to INSTALL.md 8 anos atrás
Setup.hs ff77faba78 add aux files 8 anos atrás
funbot.cabal 3ae3dbcb14 release 0.4.0.1 8 anos atrás

README.md

funbot

An IRC bot for learning, fun and collaboration in the Freepost community. There is a project page here.

Using

See the .cabal file for more info and link to project website and version control.

The official download location is the Git repository:

https://notabug.org/fr33domlover/funbot.git

Occasionally, releases may be made to Hackage, the Haskell package repository. See http://hackage.haskell.org/package/funbot.

Some of the dependency libraries may have recent features not released to Hackage yet. See the guide linked at the bottom for their clone URLs. If you use a released version of funbot, you can safely install all the dependencies from Hackage as usual.

This program is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file COPYING.

See the file INSTALL.md for a detailed usage and deployment guide. The file ChangeLog explains how to see the history log of the changes done in the code. NEWS.md provides a friendly overview of the changes for each release.

Reporting Bugs and Suggesting Features

If you found a bug, or you have an idea, a feature request or a wishlist item, open a ticket for it! Even if you're goint to implement something or try to solve it.

Use NotABug's issue system.

User/Contributor Guide

There is a detailed guide for running the bot and creating a development setup. It's in the INSTALL.md file.

If you're going to implement some feature or fix some bug you found, start by opening an issue so that other people will know which features are being developed and who does what.