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 4a642f67252b9bb703dc4e888bee5f767bf5a357
parent c5dad266f81a70fbd2ff348ae16b8aa4fd513a4c
Author: Marcel Radzio <marcel@radzio-sh.de>
Date:   Thu, 10 Dec 2015 23:26:11 +0100

maybe fixed the irc bot

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

diff --git a/handlers/irc.js b/handlers/irc.js @@ -9,7 +9,7 @@ module.exports = { bot.addListener('error', function(message) { console.log('error: ', message); }); - client.connect(); + bot.connect(); bot.send('msg', 'NickServ identify DoorBot'); bot.say('#hackerspace', 'Door Bot is starting to watch on the Door Status'); },