diff --git a/bot.js b/bot.js index 6ec05dc..2fc470b 100644 --- a/bot.js +++ b/bot.js @@ -10,7 +10,7 @@ var config = { //edit your shit here server: "irc.supernets.org", port: 6697, SSL: true, - channels: ['#dev', '#superbowl'], + channels: ['#dev', '#superbowl', '#scroll', '#fascinus'], botName: "fascinus", userName: "fascinus", realName: "Sneed" @@ -195,6 +195,8 @@ bot.addListener('message', function(nick, to, text, from) { uspam(to, args[1]); } else if (args[0] === '$art') { art(to, args[1]); + } else if (args[0] === 'fart') { + art(to, args[1]); } else if (args[0] === '$godwords') { godwords(to, args[1]); }