JIrcBot/config.json

12 lines
215 B
JSON

{
"version" : "1.0",
"connections" : [
{
"enabled" : true,
"server" : "irc.freenode.net",
"port" : 6667,
"channelsNames" : ["#voidforum"],
"botName" : "jircbot-test"
}
]
}