This commit is contained in:
henne 2016-04-30 14:58:14 +02:00
parent 946fe2520f
commit aa965c6772
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "hubot-raumgirl-new",
"description": "ctdo raumgirl",
"version": "0.0.4",
"version": "0.0.5",
"author": "henne@ctdo.de",
"license": "MIT",

View File

@ -20,7 +20,7 @@ module.exports = function(robot) {
robot.respond(/rot$/i, function(r) {
setLampel(1,0,0);
});
robot.respond(/grue$/i, function(r) {
robot.respond(/gruen$/i, function(r) {
setLampel(0,0,1);
});
robot.respond(/gelb$/i, function(r) {