irc-fun-bot: Library for writing fun IRC bots.

[ irc, library, network, public-domain ] [ Propose Tags ]

One day an idea came up on the #freepost IRC channel: We didn't need much of the serious features IRC bots provide, but we could develop an IRC bot collaboratively, for fun and for learning new skills and languages! I also thought this is a great chance for people to quickly see their code in real use, which is motivating when learning programming, and it's a chance to introduce Haskell to the community.

This library powers FunBot (which at the time of writing runs under the nickname fpbot in Freenode) and its development is therefore driven by actual bot needs.


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • IRC
      • Fun
        • Network.IRC.Fun.Bot
          • Network.IRC.Fun.Bot.Behavior
          • Network.IRC.Fun.Bot.Chat
          • Network.IRC.Fun.Bot.EventMatch
          • Network.IRC.Fun.Bot.IrcLog
          • Network.IRC.Fun.Bot.Logger
          • Network.IRC.Fun.Bot.MsgCount
          • Network.IRC.Fun.Bot.Nicks
          • Network.IRC.Fun.Bot.State
          • Network.IRC.Fun.Bot.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0
Change log ChangeLog
Dependencies aeson, auto-update, base (>=4.7 && <5), case-insensitive (>=1), clock (>=0.5), containers (>=0.5), data-default-class, fast-logger, formatting (>=6.2), irc-fun-client (>=0.5), irc-fun-types, json-state, text, time, time-interval, time-units, transformers (>=0.4.2), unordered-containers [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Category Network, IRC
Home page http://rel4tion.org/projects/irc-fun-bot/
Bug tracker http://rel4tion.org/projects/irc-fun-bot/tickets/
Source repo head: darcs get http://hub.darcs.net/fr33domlover/irc-fun-bot
Uploaded by akrasner at 2016-01-27T11:00:12Z
Distributions
Downloads 3882 total (12 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 2016-11-28 [all 3 reports]

Readme for irc-fun-bot-0.6.0.0

[back to package description]

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

The official download location is Hackage:

http://hackage.haskell.org/package/irc-fun-bot

This library 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.