-
Notifications
You must be signed in to change notification settings - Fork 1
/
ircord.toml
89 lines (71 loc) · 1.54 KB
/
ircord.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
[irc]
server = "efnet.port80.se"
#server = "efnet.portlane.se"
port = 6667
nickname = "gbaBridge"
# NickServ password, "" for no password
password = ""
# List of IRC usernames of admins who'll be able to ban people in Discord
# (or possibly for some other admin-only commands)
adminList = []
[discord]
# Discord bot token
token = ""
# Discord guild ID (ID of the server)
guild = "768759024270704641"
# Array of mappings between IRC and Discord channels
# irc is a name of the IRC channel
# discord is the ID of the channel (can get from the link)
# webhook is a webhook URL for that channel
[[mapping]]
irc = "#gbadev"
discord = "768759024760913922"
webhook = ""
[[mapping]]
irc = "#gba-meta"
discord = "771400987927511040"
webhook = ""
[[mapping]]
irc = "#gba-help"
discord = "829850171151876127"
webhook = ""
[[mapping]]
irc = "#gba-emudev"
discord = "771045950709694474"
webhook = ""
[[mapping]]
irc = "#gba-asm"
discord = "833314924766953482"
webhook = ""
[[mapping]]
irc = "#gba-showcase"
discord = "813090772324712528"
webhook = ""
[[mapping]]
irc = "#gba-offtopic"
discord = "771026875446198306"
webhook = ""
[[mapping]]
irc = "#gba-music"
discord = "777683711453298698"
webhook = ""
[[mapping]]
irc = "#gba-docs"
discord = "829440691754237952"
webhook = ""
[[mapping]]
irc = "#gba-tools"
discord = "771847424477495346"
webhook = ""
[[mapping]]
irc = "#gba-toolchain"
discord = "864182798109769758"
webhook = ""
[[mapping]]
irc = "#butano"
discord = "831589248239009832"
webhook = ""
[[mapping]]
irc = "#natu"
discord = "831589368191778816"
webhook = ""