kawai

ellidri, your kawai IRC server.

Features

Build and Install

Prerequisites:

Install ellidri with cargo install ellidri

Build it with cargo build. Append the --release flag to build with optimizations enabled.

Usage

ellidri needs a configuration file to run. Its format is the following:

file = *( line "\n" ) line = sp key sp value sp key = word value = *( word / sp ) sp = any sequence of whitespace

An example configuration file with all settings and their defaults can be found in doc/ellidri.conf.

To start ellidri, pass the path of the configuration file as its first argument.

License

ellidri is under the ISC license. See LICENSE for a copy.