An incredibly[0] minimal IRC <--> Disord bridge written in std python. Dogfood.
Channels are 1:1, Bridge(s) and Server(s) are 1:1.
ubridge uses a config located [at] config.json
, an example is provided [at] config.def.json
.
The script is located [at] main.py
irc_.create_user()
.[0]: complexity could be further reduced by only retaining one instance and simply pre-pending the author's name to bridged messages, but that would be painful to read.