Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 595 Bytes

discord-irc-rs

A Discord to IRC and vice-versa bridge bot written in Rust.

Usage

$ cp sample.toml config.toml
# Edit config.toml ...
$ RUST_LOG=info cargo run -- config.toml

OR

$ cp sample.toml config.toml
# Edit config.toml ...
$ docker run --rm -it -e RUST_LOG=info -v $PWD/config.toml:/a/config.toml ghcr.io/pbzweihander/discord-irc-rs

discord-irs-rs is distributed under the terms of both MIT license and Apache License 2.0. See COPYRIGHT for details.