Skip to content
Snippets Groups Projects
Commit 0c9d3b40 authored by void's avatar void
Browse files

bridge für camp23 planungs channel

parent 0127cf5f
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ Server="https://matrix-client.matrix.org"
#Use a dedicated user for this and not your own!
#Messages sent from this user will not be relayed to avoid loops.
#REQUIRED
# Bot Account: @chaos_west_bot
Login="cw_bot"
Password="{{ matrix_pass_cwbot }}"
......@@ -427,3 +428,39 @@ enable=true
## Raum auf dem Matrix.org Server
account="matrix.matrixorg"
channel="#chaos-west-bridge:matrix.org"
###################################################################
#Gateway configuration
###################################################################
#You can specify multiple gateways using [[gateway]]
#Each gateway has a [[gateway.in]] and a [[gateway.out]]
#[[gateway.in]] specifies the account and channels we will receive messages from.
#[[gateway.out]] specifies the account and channels we will send the messages
#from [[gateway.in]] to.
#
#Most of the time [[gateway.in]] and [[gateway.out]] are the same if you
#want bidirectional bridging. You can then use [[gateway.inout]]
[[gateway]]
#OPTIONAL (not used for now)
name="gateway2"
#Enable enables this gateway
##OPTIONAL (default false)
enable=true
[[gateway.inout]]
## Vorgehen um Guppen-ID zu bekommen:
## - Bot in Gruppe einfügen
## - Chatnachricht erstellen
## - https://api.telegram.org/<API Token>/getUpdates ausrufen, die ID findet sich in der Eigenschaft "message.chat.id"
## - @RawDataBot in den Channel einladen
account="telegram.bot"
channel="-746336048"
[[gateway.inout]]
## Raum auf dem Matrix.org Server
account="matrix.matrixorg"
channel="#camp23:matrix.c3re.de"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment