GoshuBNC is an experimental IRC bouncer written in Go. It's designed to be simple to setup and feel fairly similar to ZNC when using it from the IRC side.
This project adheres to Semantic Versioning. For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI, and database format.
go build bnc.go
cp default-bnc.yaml bnc.yaml
vim bnc.yaml # modify the config file to your liking
./bnc init
./bnc start
Parts of this project are based on code from the Oragono/Ergonomadic projects.