h-irc-bot/example.json
2020-03-14 04:44:34 +03:00

27 lines
483 B
JSON

{
"admins": [
"testnick"
],
"servers": [
{
"server": "irc.freenode.net",
"port": 6697,
"ssl": true,
"nickname": "hBotTest1",
"password": "password",
"channels": [
"#123123123123_test_channel"
]
},
{
"server": "irc.freenode.net",
"port": 6697,
"ssl": true,
"nickname": "hBotTest",
"password": "password",
"channels": [
"#123123123123_test_channel1"
]
}
]
}