signal-irc-bridge/README.md

12 lines
379 B
Markdown
Raw Permalink Normal View History

2024-04-30 18:25:29 +02:00
# Bridge between irc and signal
This program bridges togther one irc channel and one signal group (multiple channels is unsupported though it is easy to implement).
It uses [signal-cli](https://github.com/AsamK/signal-cli/) for the signal protocol and [irc crate](https://crates.io/crates/irc) for the irc part.
For the moment it does not support CTCP.
# how to deploy
TODO