freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

commit e3fd0faf6db761891540bfdea637bd42278afa7e
parent 7486c7d97b5e6eef0e2044ef1c5b9946a951d450
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 10 Mar 2016 21:34:06 +0100

Remove start meassage

Diffstat:
Mhandlers/irc.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/handlers/irc.js b/handlers/irc.js @@ -84,6 +84,7 @@ for (var key in params_config["servers"]) { clients.push(bot[key]); } } + function addListener(event, callback) { clients.forEach(function(client) { client.addListener(event, callback); @@ -177,7 +178,7 @@ module.exports = { join(main_channel); } } - say(main_channel, 'Door Bot is starting to watch on the Door Status'); + //say(main_channel, 'Door Bot is starting to watch on the Door Status'); }) }, /**