Commit 7543da80 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 2466d20e 9387f727
......@@ -3227,6 +3227,7 @@ spawn_windbot = () ->
windbot_process.stderr.on 'data', (data)->
log.warn 'WindBot Error:', data
return
return
if settings.modules.windbot.enabled and settings.modules.windbot.spawn
spawn_windbot()
......
......@@ -4129,7 +4129,7 @@
log.info('WindBot:', data);
});
windbot_process.stderr.setEncoding('utf8');
return windbot_process.stderr.on('data', function(data) {
windbot_process.stderr.on('data', function(data) {
log.warn('WindBot Error:', data);
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment