gnarf
This commit is contained in:
parent
946fe2520f
commit
aa965c6772
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hubot-raumgirl-new",
|
"name": "hubot-raumgirl-new",
|
||||||
"description": "ctdo raumgirl",
|
"description": "ctdo raumgirl",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"author": "henne@ctdo.de",
|
"author": "henne@ctdo.de",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ module.exports = function(robot) {
|
||||||
robot.respond(/rot$/i, function(r) {
|
robot.respond(/rot$/i, function(r) {
|
||||||
setLampel(1,0,0);
|
setLampel(1,0,0);
|
||||||
});
|
});
|
||||||
robot.respond(/grue$/i, function(r) {
|
robot.respond(/gruen$/i, function(r) {
|
||||||
setLampel(0,0,1);
|
setLampel(0,0,1);
|
||||||
});
|
});
|
||||||
robot.respond(/gelb$/i, function(r) {
|
robot.respond(/gelb$/i, function(r) {
|
||||||
|
|
Loading…
Reference in New Issue