[][src]Crate ellidri

ellidri, the kawai IRC server.

Usage

You need a configuration file, and pass its name as an argument. The git repository contains an example ellidri.conf, with comments describing the different options. The config module also has documentation about it.

During development: cargo run -- ellidri.conf

For an optimized build:

cargo install
ellidri ellidri.conf

Modules

config

Configuration parsing and structures.

message

Message parsing and building.

Macros

server_version

Structs

State

State of an IRC network.

Functions

start

The beginning of everything