12 lines
379 B
Markdown
12 lines
379 B
Markdown
|
# 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
|