goshuirc / bnc

a simple irc bouncer written in go
https://goshubnc.org/
MIT License
17 stars 3 forks source link
irc irc-bouncer

GoshuBNC

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.


Go Report Card Freenode #goshuirc


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.

Features

Installation From Source

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.