You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update IRC nick
* hook up nickserv information for IRC
* include protocol in IRC nicks, while still overriding so that the nicks dont ping
* add a discord section to the config, using a nested structure like the gateways portion
This is because each server is essentially its own "network". While they all currently share the same bot token they don't have to
* add some explaination to the structure of the config
* add docs links for discord bot setup
* telegram section
* matrix section
* move enabled values into main vars file
* add additional channels to fossrit main bridge
* slack is probably dead
* dedup
* fossrit infra bridge
* add config for the discord bridge group
* update the vault credentials too
* adjust comment format to be valid toml
# Map threads from other bridges on discord replies
108
+
PreserveThreading=true
109
+
# UseLocalAvatar specifies source bridges for which an avatar should be 'guessed' when an incoming message has no avatar. This works by comparing the username of the message to an existing Discord user, and using the avatar of the Discord user.
110
+
# At the moment, this setting is only available for Discord.
111
+
UseLocalAvatar=["discord"]
112
+
# here we override the default RemoteNickFormat so we can use labels to differentiate the different discord servers
Label="{{matterbridge_networks.rit_framework_discord.label}}"# discord doesnt like having the word "discord" in the usernames when the bot proxies them.
# Map threads from other bridges on discord replies
122
+
PreserveThreading=true
123
+
# UseLocalAvatar specifies source bridges for which an avatar should be 'guessed' when an incoming message has no avatar. This works by comparing the username of the message to an existing Discord user, and using the avatar of the Discord user.
124
+
# At the moment, this setting is only available for Discord.
125
+
UseLocalAvatar=["discord"]
126
+
# here we override the default RemoteNickFormat so we can use labels to differentiate the different discord servers
# Map threads from other bridges on discord replies
135
+
PreserveThreading=true
136
+
# UseLocalAvatar specifies source bridges for which an avatar should be 'guessed' when an incoming message has no avatar. This works by comparing the username of the message to an existing Discord user, and using the avatar of the Discord user.
137
+
# At the moment, this setting is only available for Discord.
138
+
UseLocalAvatar=["discord"]
139
+
# here we override the default RemoteNickFormat so we can use labels to differentiate the different discord servers
# Map threads from other bridges on discord replies
148
+
PreserveThreading=true
149
+
# UseLocalAvatar specifies source bridges for which an avatar should be 'guessed' when an incoming message has no avatar. This works by comparing the username of the message to an existing Discord user, and using the avatar of the Discord user.
150
+
# At the moment, this setting is only available for Discord.
151
+
UseLocalAvatar=["discord"]
152
+
# here we override the default RemoteNickFormat so we can use labels to differentiate the different discord servers
0 commit comments