Go to file
Robert Gerus 0598ee7a91 Fix godoc a bit. 2015-11-16 20:25:18 +01:00
bot Fix godoc a bit. 2015-11-16 20:25:18 +01:00
config Fix godoc a bit. 2015-11-16 20:25:18 +01:00
config.example.d Update example configuration 2015-11-10 22:16:31 +01:00
irc Fix godoc a bit. 2015-11-16 20:25:18 +01:00
.gitignore We're no longer using single-file configuration. 2015-11-11 21:57:04 +01:00
.travis.yml „Test” code in subdirectories. 2015-11-12 10:54:08 +01:00
LICENSE Initial commit 2015-10-15 16:48:49 +02:00
README.md Documentation/comment/readme fixes here and there. 2015-11-12 12:55:51 +01:00
gorepost.go Fix godoc a bit. 2015-11-16 20:25:18 +01:00

README.md

gorepost

Build Status

Gorepost implements an overengineered IRC bot.

The name gorepost stands for "go rewrite of repost". Repost was my older IRC bot written in Ruby. The main features are:

  • Gracefully handles connection errors and reconnects.
  • Handles connections to multiple IRC networks and connects to a random IRC server from provided list
  • Dynamic configuration inspired by Puppetlabs Hiera. Currently implements only one backend (JSON) and does not support slice merging across configuration tiers, but it's getting there.

License

MIT License. See the LICENSE file for details.