Last active
September 11, 2020 12:18
-
-
Save Calinou/7b83a71f24efc9afd5f747ebfe235dc4 to your computer and use it in GitHub Desktop.
Godot Discord-IRC bridge configuration (Matterbridge)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[irc] | |
[irc.freenode] | |
Server="irc.freenode.net:6697" | |
Nick="GDDiscord" | |
NickServNick="GDDiscord" | |
NickServPassword="SECRET" | |
UseTLS=true | |
UseSASL=true | |
SkipTLSVerify=false | |
EditDisable=false | |
EditSuffix=" (edited)" | |
RemoteNickFormat="<{NICK}> " | |
ColorNicks="true" | |
[discord] | |
[discord.godot] | |
Token="SECRET" | |
Server="ID:212250894228652034" | |
StripNick=true | |
RemoteNickFormat="<**{NICK}**> " | |
[general] | |
[[gateway]] | |
name="discord-irc-bridge-general" | |
enable=true | |
[[gateway.inout]] | |
account="discord.godot" | |
channel="ID:212250894228652034" # #general | |
[[gateway.inout]] | |
account="irc.freenode" | |
channel="#godotengine" | |
[[gateway]] | |
name="discord-irc-bridge-doc" | |
enable=true | |
[[gateway.inout]] | |
account="discord.godot" | |
channel="ID:354924561143169025" # #documentation | |
[[gateway.inout]] | |
account="irc.freenode" | |
channel="#godotengine-doc" | |
[[gateway]] | |
name="discord-irc-bridge-gdnative" | |
enable=true | |
[[gateway.inout]] | |
account="discord.godot" | |
channel="ID:342047011778068481" # #gdnative-dev | |
[[gateway.inout]] | |
account="irc.freenode" | |
channel="#godotengine-gdnative" | |
[[gateway]] | |
name="discord-irc-bridge-vr" | |
enable=true | |
[[gateway.inout]] | |
account="discord.godot" | |
channel="ID:418572953912082432" # #xr | |
[[gateway.inout]] | |
account="irc.freenode" | |
channel="#godotengine-vr" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment