kwachu96 / gorepost

An irc bot written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gorepost

Build Status GoDoc Coverage 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.

About

An irc bot written in Go

License:MIT License


Languages

Language:Go 100.0%