Skip to content

Instantly share code, notes, and snippets.

@Calinou
Last active September 11, 2020 12:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calinou/7b83a71f24efc9afd5f747ebfe235dc4 to your computer and use it in GitHub Desktop.
Save Calinou/7b83a71f24efc9afd5f747ebfe235dc4 to your computer and use it in GitHub Desktop.
Godot Discord-IRC bridge configuration (Matterbridge)
[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