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:
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);