GinjaNinja32 / DisGoIRC

Discord<->IRC bridge bot, written in Go
GNU Affero General Public License v3.0
9 stars 3 forks source link
discord go irc

DisGoIRC

Discord-IRC bridge bot.

Running the bot

Requires a current version of Go installed (1.8+ recommended; 1.7 or below may work, but are untested)

Create a configuration in conf.json before starting the bot; an example configuration is provided in conf.json.example.
You may specify an alternate configuration file if desired with -config=<file>.

Start the bot: go run disgoirc.go
Start the bot in debug mode: go run disgoirc.go -debug

Contributing

Pull requests are appreciated.
Please make sure to lint your code; CI will fail any commits which do not pass make lint.