Updated example config

This commit is contained in:
Tristan B. Kildaire 2020-09-26 23:46:46 +02:00
parent 4a6a7bc60f
commit ce9da7484c
1 changed files with 28 additions and 1 deletions

View File

@ -2,7 +2,34 @@
"servers" : {
"dserv" : {
"address" : "127.0.0.1",
"port" : "7777"
"port" : "7777",
"auth" : {
"username" : "deavmi",
"password" : "caskdUsesMusl"
},
"channels" : [
"general",
"programming",
"japanese-tenticle-porn",
"narga_h",
"java",
"d",
"alan",
"mypeepeeishard",
"bababooey",
"i'll",
"have",
"two",
"number",
"nines",
"a",
"number nine large",
"two with cheese",
"one with extra dip",
"to number 45s",
"and a large",
"soda"
]
}
}
}