A node-js IRC bot for The Lounge's IRC channel on freenode.
$ yarn
$ yarn test
$ yarn start
Configuration information can be found in the config.json. The default options are below
var config = {
channels: ["#thelounge-test"],
server: "chat.freenode.net",
botName: "lounge-botter",
realName: "TheLounge IRC Bot",
commandPrefix: "!",
ignore: ["Wendy"],
githubUser: "thelounge",
githubRepo: "lounge",
owners: ["xPaw", "astorije", "YaManicKill", "MaxLeiter"]
}