JIrcBot/config.json

12 lines
219 B
JSON

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