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 65b2c5a2cbd50670edff1819347fb0ea32961e6a
parent 9615ffa6fba73458309dcde80a262f809becf6bb
Author: Marcel Radzio <marcel@radzio-sh.de>
Date:   Thu, 10 Dec 2015 23:10:20 +0100

maybe fixed the irc bot

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

diff --git a/handlers/irc.js b/handlers/irc.js @@ -3,7 +3,8 @@ module.exports = { ircPreload: function (){ var bot = new irc.Client('irc.lugfl.de', 'DoorBot', { debug: true, - channels: ['#hackerspace'] + channels: ['#hackerspace'], + messageSplit: 1000000 }); bot.addListener('error', function(message) { console.log('error: ', message);