Library for sending events to FunBot instances over HTTP.

fr33domlover bb6b8068e0 fix broken links in package description před 9 roky
src 71453b3ae1 write module intro and report error in sendExtEvent před 9 roky
.gitignore 0a7b5bb7a6 initial structure před 9 roky
AUTHORS 0a7b5bb7a6 initial structure před 9 roky
COPYING 0a7b5bb7a6 initial structure před 9 roky
ChangeLog 0a7b5bb7a6 initial structure před 9 roky
INSTALL 0a7b5bb7a6 initial structure před 9 roky
NEWS 1566a1579f release 0.1.0.1 před 9 roky
README.md bb6b8068e0 fix broken links in package description před 9 roky
Setup.hs 0a7b5bb7a6 initial structure před 9 roky
funbot-client.cabal bb6b8068e0 fix broken links in package description před 9 roky

README.md

funbot-client

This is a Haskell library for reporting events to a running instance of FunBot, so that the bot can announce the event to IRC. For example, if you are writing a paste server, you can add support for IRC announcments of new pastes by reporting the paste to a running bot.

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-client.git

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

This software 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 for hints on installation. The file ChangeLog explains how to see the history log of the changes done in the code. NEWS provides a friendly overview of the changes for each release.

Bug and Patches

See here.