JIrcBot/config.json

21 lines
442 B
JSON

{
"connections" : [
{
"enabled" : true,
"server" : "irc.freenode.net",
"port" : 6667,
"channels" : ["#voidforum"],
"botName" : "jircbot-test",
"masterNick" : "bvn13"
},
{
"enabled" : true,
"server" : "irc.mozilla.org",
"port" : 6667,
"channels" : ["#borsch"],
"botName" : "jircbot-test",
"botPassword" : "password",
"masterNick" : "bvn13"
}
]
}