janet/config.json

11 lines
129 B
JSON

{
"irc": {
"server": "localhost",
"port": 6667,
"user": "Janet",
"channels": [
"#botchannel"
]
}
}