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 009a04c5f3ed54e4a9045374f16c12456fd2858f
parent 243d351bc33a4a81a4b9dca3f2ea3adb9b97ed5c
Author: Marcel Radzio <marcel@radzio-sh.de>
Date:   Thu, 10 Dec 2015 22:50:31 +0100

try to fix irc libary

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

diff --git a/handlers/irc.js b/handlers/irc.js @@ -8,6 +8,6 @@ module.exports = { bot.addListener('error', function(message) { console.log('error: ', message); }); - bot.say('#hackerspace', "Door Status changed to: "); + // bot.say('#hackerspace', "Door Status changed to: "); } }; \ No newline at end of file