mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
irc/piraatit/discord-irc/config.json: pretty json
This commit is contained in:
parent
c6fb84c5a7
commit
0dee2d6f7b
@ -4,9 +4,19 @@
|
|||||||
"server": "fi.pirateirc.net",
|
"server": "fi.pirateirc.net",
|
||||||
"discordToken": "CENSORED",
|
"discordToken": "CENSORED",
|
||||||
"autoSendCommands": [
|
"autoSendCommands": [
|
||||||
["NICKSERV", "IDENTIFY D6 CENSORED"],
|
[
|
||||||
["NICKSERV", "REGAIN D6 CENSORED"],
|
"NICKSERV",
|
||||||
["MODE", "D6", "-i"]
|
"IDENTIFY D6 CENSORED"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"NICKSERV",
|
||||||
|
"REGAIN D6 CENSORED"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"MODE",
|
||||||
|
"D6",
|
||||||
|
"-i"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"webhooks": {},
|
"webhooks": {},
|
||||||
"channelMapping": {
|
"channelMapping": {
|
||||||
|
Loading…
Reference in New Issue
Block a user