signal-irc-bridge/README.md
2024-04-30 18:57:14 +02:00

379 B

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 for the signal protocol and irc crate for the irc part.

For the moment it does not support CTCP.

how to deploy

TODO