commit 243d351bc33a4a81a4b9dca3f2ea3adb9b97ed5c
parent 1b4b305ba54949879b20f1318dbd06f1b93f89e6
Author: Marcel Radzio <marcel@radzio-sh.de>
Date: Thu, 10 Dec 2015 22:49:48 +0100
try to fix irc libary
Diffstat:
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 Staus changed to: " + door_status);
+ bot.say('#hackerspace', "Door Status changed to: ");
}
};
\ No newline at end of file