lokedhs / hanabi

Simple IRC server designed to build bridges, written in elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hanabi

Hanabi is a (work in progress) IRC server designed to build bridges between services.

Useful links

Usage & configuration

You must add (and fill) the following to your config/config.exs file :

config :hanabi, port: 6667,
                hostname: "my.awesome.hostname",
                motd: "/path/to/motd.txt"

You only have to add hanabi in the dependency section of your mix.exs file. You can start it with Hanabi.start/0 or Hanabi.start/2.

About

Simple IRC server designed to build bridges, written in elixir.

License:MIT License


Languages

Language:Elixir 100.0%