-
Notifications
You must be signed in to change notification settings - Fork 1
/
matterbridge.toml
120 lines (94 loc) · 2.3 KB
/
matterbridge.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[discord]
[discord.mydiscord]
# You can get your token by following the instructions on
# https://github.com/42wim/matterbridge/wiki/Discord-bot-setup
# in particular that the "Members Intent" checkbox is important.
# If you want roles/groups mentions to be shown with names instead of ID,
# you'll need to give your bot the "Manage Roles" permission.
Token="<DISCORD_TOKEN>"
Server="303217943234215948" # if you want to bridge https://discord.com/channels/8888888888888/7777777777777777, then this should be 8888888888888
AutoWebhooks=true
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
# Map threads from other bridges on discord replies
PreserveThreading=false
[irc.myirc]
Nick="gb-bridge" # <== change this
NickServNick="gb-bridge" # <== change this if necessary (your nick registered with nickserv)
NickServPassword="<PASSOWRD>" # <== change this (your pass with nickserv)
Server="irc.libera.chat:6697"
UseTLS=true
UseSASL=true
SkipTLSVerify=false
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
[[gateway]]
name="general-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev"
[[gateway.inout]]
account="discord.mydiscord"
channel="general"
[[gateway]]
name="meta-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-meta"
[[gateway.inout]]
account="discord.mydiscord"
channel="meta"
[[gateway]]
name="ot-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-ot"
[[gateway.inout]]
account="discord.mydiscord"
channel="off-topic"
[[gateway]]
name="asm-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-asm"
[[gateway.inout]]
account="discord.mydiscord"
channel="asm-rgbds"
[[gateway]]
name="gfx-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-gfx"
[[gateway.inout]]
account="discord.mydiscord"
channel="graphics"
[[gateway]]
name="emudev-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-emudev"
[[gateway.inout]]
account="discord.mydiscord"
channel="emudev"
[[gateway]]
name="research-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-research"
[[gateway.inout]]
account="discord.mydiscord"
channel="research"
[[gateway]]
name="hw-bridge"
enable=true
[[gateway.inout]]
account="irc.myirc"
channel="#gbdev-hw"
[[gateway.inout]]
account="discord.mydiscord"
channel="hardware"