fixes and bugsearch

This commit is contained in:
henne 2016-04-30 11:45:08 +02:00
parent 0f6cca8fbc
commit ea67618699
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module.exports = function(robot) {
});
robot.hear(/^raumgirl: (aus|off)$/i, function(r) {
setLampel(0,0,0);
}
});
// topic
robot.adapter.bot.addListener('topic', function(channel, topic) {
if(typeof(robot.brain.data.topics) !== 'Object') {