Skip to content

goshuirc/bnc

Repository files navigation

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

  • Simple setup process and configuration files.
  • It can connect up and be used!
  • Not much else right now.

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.

Releases

No releases published

Packages

No packages published

Languages