JIrcBot/config.json

12 lines
219 B
JSON
Raw Permalink Normal View History

2017-11-15 17:52:56 +03:00
{
"connections" : [
{
"enabled" : true,
"server" : "irc.freenode.net",
"port" : 6667,
"channels" : ["#voidforum"],
"botName" : "jircbot-test",
"masterNick" : "bvn13"
2017-11-15 17:52:56 +03:00
}
2018-02-08 10:54:56 +03:00
]
2017-11-15 17:52:56 +03:00
}