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 d2f650917dd6ba47be6334ba22bd0571802ab946
parent e9b6ac9f7293f1de9656d1e4fdcb1ba1387c4673
Author: Marcel Radzio <marcel@radzio-sh.de>
Date:   Thu, 10 Dec 2015 23:01:37 +0100

try to fix irc say

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

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