aboutsummaryrefslogtreecommitdiffstats
path: root/generate-matterbridge-config.py
Commit message (Collapse)AuthorAgeFilesLines
* generate-matterbridge-config.py: use python3 instead of pythonDenis 'GNUtoo' Carikli2023-09-151-1/+1
| | | | | | Not all distributions have 'python' in their paths. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* generate-matterbridge-config.py: rework password replacement logicDenis 'GNUtoo' Carikli2021-06-161-18/+31
| | | | | | This fixes the netrc hostnames that weren't real hostnames. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add hackint configuration but disable it by defaultDenis 'GNUtoo' Carikli2021-06-071-0/+5
| | | | | | | | | | | | | | | | | | According to the Replicant wiki[1], we also have a #replicant channel on the hackint IRC network, so we need to bridge that channel as well. While the configuration works, we cannot enable it by default because there is already another bot from Jeremy Rand that already bridges hackint, and OFTC (but not libera.chat). If we enabled hackint, we would end up having an infinite replaying of messages between the two bots, which would probably get both bots kicked. [1]https://redmine.replicant.us/projects/replicant/wiki/CommunityAndContact#IRC Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add a way to genrerate the resulting matterbridge.tomlDenis 'GNUtoo' Carikli2021-06-041-0/+47
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>