diff --git a/config.json b/config.json index 58a044d..7f1501e 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "enabled" : true, "server" : "irc.freenode.net", "port" : 6667, - "channelsNames" : ["#voidforum"], + "channels" : ["#voidforum"], "botName" : "jircbot-test", "masterNick" : "bvn13" }, @@ -12,8 +12,9 @@ "enabled" : true, "server" : "irc.mozilla.org", "port" : 6667, - "channelsNames" : ["#borsch"], + "channels" : ["#borsch"], "botName" : "jircbot-test", + "botPassword" : "password", "masterNick" : "bvn13" } ]