fixes and bugsearch
This commit is contained in:
parent
0f6cca8fbc
commit
ea67618699
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue