Skip to content

Commit

Permalink
Add TypeSig bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
acal17 committed Sep 28, 2023
1 parent 5b11142 commit 46a81cd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions matterbridge/matterbridge.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ channel="ID:1130422421015498804" # project-share
account="discord.projectshare"
channel="ID:1075737869915799564" # general

[[gateway]]
name="TypeSig Bridge Gateway"
enable=true

[[gateway.inout]]
account="discord.compsoc"
channel="ID:1156637304211906713" # typesig

[[gateway.inout]]
account="discord.typesig"
channel="ID:1157074727794380811" # general

[discord]
[discord.compsoc]

Expand Down Expand Up @@ -98,3 +110,16 @@ AllowMention=[]
AutoWebhooks=true
# Show a preview of other bot's embeds by copying the title and description
ShowEmbeds=true

[discord.typesig]

Server="1157074271877746750" # TypeSig
RemoteNickFormat="{NICK}"
# Disable threading, as Webhooks can't reply to threads and it looks off
PreserveThreading=false
# Allow no mentions, since it can be source of spam. Default is all.
AllowMention=[]
# Automatically manage webhooks for Discord channels
AutoWebhooks=true
# Show a preview of other bot's embeds by copying the title and description
ShowEmbeds=true

0 comments on commit 46a81cd

Please sign in to comment.