infinity: a tiny IRC bot

[ bsd3, program, unclassified ] [ Propose Tags ]

a tiny IRC bot, extendable through plugins written in haskell


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.3
Dependencies base, haskell98, mtl, network, plugins [details]
License BSD-3-Clause
Author Austin Seipp
Maintainer austin@youareinferior.net
Category network
Uploaded by AustinSeipp at 2007-09-30T21:58:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables infinity
Downloads 1799 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-04 [all 7 reports]

Readme for infinity-0.1.1

[back to package description]
name:        infinity
synopsis:    a small, pluggable, configurable irc bot in haskell
description: infinity is an IRC bot written in haskell that is
designed to be extendable and modifiable. it is inspired largely
by don stewart's (or should I say #haskell's?) lambdabot.

== installation ==
see INSTALL for more information

== usage ==
standard usage is like so after being built:
$ ./infinity

infinity is now operational. :)
if you want to see infinity's compiled
in configuration, run
$ ./infinity -conf

== configuration ==
please see Config.hs

== writing plugins ==
please see Plugins/PLUGINS

== bugs, patches and feedback ==
if you have identified any bugs in infinity, have any patches
for commands/bugs you would like to submit, or you would like
to give feedback, simply send all these to:
austin at youareinferior dot net

darcs send is naturally the preferred way to transfer patches :)


- austin s, 2007